remove external lib

This commit is contained in:
4tochka 2019-04-23 15:33:15 +04:00
parent 00d5f7c898
commit a67360fdd7

View File

@ -228,6 +228,7 @@ static PyObject *secp256k1_secp256k1_ec_pubkey_create(PyObject *self, PyObject *
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) {
return NULL;
}
Py_DECREF(buffer);
return Py_BuildValue("b", 0);
secp256k1_pubkey pubkey;