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