Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ remove_sig
Function
remove_sig
lightningd/peer_control.c:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
static void remove_sig(struct bitcoin_tx *signed_tx)
256
{
257
bitcoin_tx_input_set_witness(signed_tx, 0, NULL);
258
}
259
260
bool invalid_last_tx(const struct bitcoin_tx *tx)
261
{
Callers
2
sign_and_send_last
Function · 0.85
json_sign_last_tx
Function · 0.85
Calls
1
bitcoin_tx_input_set_witness
Function · 0.85
Tested by
no test coverage detected