Skip to content

Commit e710387

Browse files
committed
test: Fix bip68 sequence test to reflect updated rpc error message
The message changed in #12356
1 parent 4a62ddd commit e710387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_bip68_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
SEQUENCE_LOCKTIME_MASK = 0x0000ffff
1515

1616
# RPC error for non-BIP68 final transactions
17-
NOT_FINAL_ERROR = "64: non-BIP68-final"
17+
NOT_FINAL_ERROR = "non-BIP68-final (code 64)"
1818

1919
class BIP68Test(BitcoinTestFramework):
2020
def set_test_params(self):

0 commit comments

Comments
 (0)