remove external lib

This commit is contained in:
4tochka 2019-04-23 16:46:35 +04:00
parent a67360fdd7
commit 80ba5364c8

View File

@ -228,7 +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;