Skip to content

Commit 23481fa

Browse files
author
MarcoFalke
committed
Merge #12455: Fix bip68 sequence test to reflect updated rpc error message
e710387 test: Fix bip68 sequence test to reflect updated rpc error message (Ben Woosley) Pull request description: The message changed in #12356, but this test is in the extended test suite, so it didn't fail on CI. Tree-SHA512: ce800e2636ab7bbba7876aa533e1684e75c37a7d2a119f9c4602fd89ac9215e2e28710a1f27feb642b6737ed858da049ebc52fdd476ff4637e3ac3bb1d8399ce
2 parents 27c59dc + e710387 commit 23481fa

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)