We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176588f commit 1cb19faCopy full SHA for 1cb19fa
05-onchain.md
@@ -576,15 +576,15 @@ The *expected weight* is calculated as follows:
576
- OP_IF: 1 byte
577
- OP_DATA: 1 byte (revocationkey length)
578
- revocationkey: 33 bytes
579
- - OP_CHECKSIG: 1 byte
580
- OP_ELSE: 1 byte
581
- - OP_DATA: 1 byte (localkey length)
582
- - localkey: 33 bytes
583
- - OP_CHECKSIG_VERIFY: 1 byte
584
- OP_DATA: 1 byte (delay length)
585
- delay: 8 bytes
586
- OP_CHECKSEQUENCEVERIFY: 1 byte
+ - OP_DROP: 1 byte
+ - OP_DATA: 1 byte (localkey length)
+ - localkey: 33 bytes
587
- OP_ENDIF: 1 byte
+ - OP_CHECKSIG: 1 byte
588
589
to_local_penalty_witness: 160 bytes
590
- number_of_witness_elements: 1 byte
0 commit comments