remove external lib
This commit is contained in:
parent
6ecde9c600
commit
649bf5b51b
@ -225,6 +225,7 @@ static PyObject *secp256k1_secp256k1_ec_pubkey_create(PyObject *self, PyObject *
|
|||||||
int flag;
|
int flag;
|
||||||
Py_buffer buffer;
|
Py_buffer buffer;
|
||||||
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) { return NULL; }
|
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) { return NULL; }
|
||||||
|
Py_DECREF(&buffer);
|
||||||
return Py_BuildValue("b", 0);
|
return Py_BuildValue("b", 0);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user