MCPcopy 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
255static void remove_sig(struct bitcoin_tx *signed_tx)
256{
257 bitcoin_tx_input_set_witness(signed_tx, 0, NULL);
258}
259
260bool invalid_last_tx(const struct bitcoin_tx *tx)
261{

Callers 2

sign_and_send_lastFunction · 0.85
json_sign_last_txFunction · 0.85

Calls 1

Tested by

no test coverage detected