Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ _add_relevant
Function
_add_relevant
tests/utils.py:223–226 ·
view source on GitHub ↗
(txid, utxo)
Source
from the content-addressed store, hash-verified
221
chan_utxos = {}
222
223
def
_add_relevant(txid, utxo):
224
if
txid not in chan_utxos:
225
chan_utxos[txid] = []
226
chan_utxos[txid].append(utxo)
227
228
for
txid, utxo_list in utxoset.items():
229
for
utxo in utxo_list:
Callers
1
utxos_for_channel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected