mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-13 11:09:16 +01:00
[BIP78] Recommended fee rate estimation for P2TR
Non-Witness: Outpoint size = 32+4 Sequence size = 4 ScriptSig VarInt Size= 1 Witness: WitScript VarInt Size= 1 Then script itself: 65 signature size + 1 byte of push opcode `(32 + 4 + 4 + 1) + (65+1+1)/4=57.75`, rounded up `58`. We assume 65 of signature size rather than 64, since we can't assume the sighash to be `Default`.
This commit is contained in:
parent
ed35a418ca
commit
1945eda0c2
1 changed files with 3 additions and 0 deletions
|
@ -229,6 +229,9 @@ Our recommendation for <code>maxadditionalfeecontribution=</code> is <code>origi
|
|||
|-
|
||||
|P2SH-P2WPKH
|
||||
|91
|
||||
|-
|
||||
|P2TR
|
||||
|58
|
||||
|}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue