Skip to content

Commit a1e7716

Browse files
committed
rename final sequence constant
1 parent 49ee43c commit a1e7716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoinutils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
EMPTY_TX_SEQUENCE = b"\x00\x00\x00\x00"
7272
DEFAULT_TX_SEQUENCE = b"\xfd\xff\xff\xff"
7373
ABSOLUTE_TIMELOCK_SEQUENCE = b"\xfe\xff\xff\xff"
74-
SEQUENCE_FINAL = b"\xff\xff\xff\xff"
74+
FINAL_TX_SEQUENCE = b"\xff\xff\xff\xff"
7575

7676
REPLACE_BY_FEE_SEQUENCE = b"\x01\x00\x00\x00"
7777

0 commit comments

Comments
 (0)