MCPcopy Create free account
hub / github.com/ElementsProject/lightning / bitcoin_tx_input_sig_weight

Function bitcoin_tx_input_sig_weight

bitcoin/tx.c:847–850  ·  view source on GitHub ↗

We grind signatures to get them down to 71 bytes */

Source from the content-addressed store, hash-verified

845
846/* We grind signatures to get them down to 71 bytes */
847size_t bitcoin_tx_input_sig_weight(void)
848{
849 return 1 + 71;
850}
851
852/* Input weight */
853size_t bitcoin_tx_input_weight(bool p2sh, size_t witness_weight)

Callers 2

trim_maximum_feerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected