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

[*] Pythin wrapper fit in

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