remove external lib
This commit is contained in:
parent
472c9783f6
commit
16abe53da1
@ -223,9 +223,10 @@ static PyObject *secp256k1_secp256k1_context_randomize(PyObject *self, PyObject
|
|||||||
|
|
||||||
static PyObject *secp256k1_secp256k1_ec_pubkey_create(PyObject *self, PyObject *args) {
|
static PyObject *secp256k1_secp256k1_ec_pubkey_create(PyObject *self, PyObject *args) {
|
||||||
int flag;
|
int flag;
|
||||||
|
Py_buffer buffer;
|
||||||
return Py_BuildValue("b", 0);
|
return Py_BuildValue("b", 0);
|
||||||
|
|
||||||
Py_buffer buffer;
|
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) {
|
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user