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