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

Function bitcoin_tx_input_sig_weight

bitcoin/tx.c:890–893  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

888
889/* We grind signatures to get them down to 71 bytes */
890size_t bitcoin_tx_input_sig_weight(void)
891{
892 return 1 + 71;
893}
894
895/* Input weight */
896size_t bitcoin_tx_input_weight(bool p2sh, size_t witness_weight)

Callers 3

trim_maximum_feerateFunction · 0.85
spend_anchorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected