Skip to content
Snippets Groups Projects
Commit bcf8c7a5 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Python wrapper fit in

parent 0f5c1b68
No related branches found
No related tags found
1 merge request!30bugs-3951
...@@ -229,7 +229,7 @@ PyObject *dap_chain_ledger_tx_cache_find_out_cond_py(PyObject *self, PyObject *a ...@@ -229,7 +229,7 @@ PyObject *dap_chain_ledger_tx_cache_find_out_cond_py(PyObject *self, PyObject *a
int *out_cond_idx = NULL; int *out_cond_idx = NULL;
((PyDapChainDatumTxObject*)res)->datum_tx = (dap_chain_datum_tx_t*)dap_chain_ledger_tx_cache_find_out_cond( ((PyDapChainDatumTxObject*)res)->datum_tx = (dap_chain_datum_tx_t*)dap_chain_ledger_tx_cache_find_out_cond(
((PyDapChainLedgerObject*)self)->ledger, ((PyDapChainLedgerObject*)self)->ledger,
((PyDapHashFastObject*)obj_first_hash)->hash_fast ((PyDapHashFastObject*)obj_first_hash)->hash_fast,
out_conds, out_cond_idx); out_conds, out_cond_idx);
return Py_BuildValue("O", res); return Py_BuildValue("O", 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