Skip to content
Snippets Groups Projects
Commit d2896ab9 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

...

parent 427637bf
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -153,7 +153,8 @@ PyObject *dap_chain_datum_tx_add_sign_item_py(PyObject *self, PyObject *args){
return Py_BuildValue("O", out);
}
}
PyObject *dap_chain_datum_tx_verify_sign_py(PyObject *self, PyObject *args){
PyObject *dap_chain_datum_tx_verify_sign_py(PyObject *self, PyObject *args)
{
int res = dap_chain_datum_tx_verify_sign(((PyDapChainDatumTxObject*)self)->datum_tx);
return PyLong_FromLong(res);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment