Skip to content

Commit 796c80e

Browse files
committed
bip-0300: Ensure tx fee commitment itself has zero value so sidechain coins can't get burned
1 parent badaf01 commit 796c80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0300.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ M6 is invalid if:
410410

411411
* The blinded hash of M6 does NOT match one of the approved Bundle-hashes. (In other words: M6 must first be approved by 13,150 upvotes.)
412412
* The first output of M6 is NOT an OP_DRIVECHAIN. (This OP_DRIVECHAIN becomes the new CTIP. In other words: all non-withdrawn coins are paid back to the sidechain.)
413-
* The second output is NOT an OP_RETURN script of exactly 10 bytes, of which 8 bytes are a serialized Bitcoin amount.
413+
* The second output is NOT a zero-value OP_RETURN script of exactly 10 bytes, of which 8 bytes are a serialized Bitcoin amount.
414414
* The txn fee of M6 is NOT exactly equal to the amount of the previous bullet point.
415415
* There are additional OP_DRIVECHAIN outputs after the first one.
416416

0 commit comments

Comments
 (0)