Home
last modified time | relevance | path

Searched refs:combine_txs (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dpsbt.c1845 static int combine_txs(struct wally_tx **dst, struct wally_tx *src) in combine_txs() function
1861 if ((ret = combine_txs(&dst->utxo, src->utxo)) != WALLY_OK) in combine_inputs()
1894 if ((ret = combine_txs(&dst->pegin_tx, src->pegin_tx)) != WALLY_OK) in combine_inputs()