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:236–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
/* Add the outputs they gave us */
235
for (size_t i = 0; i < tal_count(txp->outputs); i++) {
236
struct wally_tx_output *out;
237
238
out = wally_tx_output(NULL, txp->outputs[i].script,
239
txp->outputs[i].amount);
Callers
1
finish_txprepare
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected