MCPcopy Create free account
hub / github.com/ElementsProject/lightning / _add_relevant

Function _add_relevant

tests/utils.py:232–235  ·  view source on GitHub ↗
(txid, utxo)

Source from the content-addressed store, hash-verified

230 chan_utxos = {}
231
232 def _add_relevant(txid, utxo):
233 if txid not in chan_utxos:
234 chan_utxos[txid] = []
235 chan_utxos[txid].append(utxo)
236
237 for txid, utxo_list in utxoset.items():
238 for utxo in utxo_list:

Callers 1

utxos_for_channelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected