Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ wally_tx_output
Class
wally_tx_output
plugins/txprepare.c:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
/* Add the outputs they gave us */
184
for (size_t i = 0; i < tal_count(txp->outputs); i++) {
185
struct wally_tx_output *out;
186
187
out = wally_tx_output(NULL, txp->outputs[i].script,
188
txp->outputs[i].amount);
Callers
1
finish_txprepare
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected