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