Skip to content

Commit 8906a9a

Browse files
committed
Fix bumpfee test after #10449
Failure reported by Jorge Timón <[email protected]> bitcoin/bitcoin#10449 (comment)
1 parent 39039b1 commit 8906a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/test/wallettests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void TestSendCoins()
182182
BumpFee(transactionView, txid1, true /* expect disabled */, "not BIP 125 replaceable" /* expected error */, false /* cancel */);
183183
BumpFee(transactionView, txid2, false /* expect disabled */, {} /* expected error */, true /* cancel */);
184184
BumpFee(transactionView, txid2, false /* expect disabled */, {} /* expected error */, false /* cancel */);
185-
BumpFee(transactionView, txid2, false /* expect disabled */, "already bumped" /* expected error */, false /* cancel */);
185+
BumpFee(transactionView, txid2, true /* expect disabled */, "already bumped" /* expected error */, false /* cancel */);
186186

187187
bitdb.Flush(true);
188188
bitdb.Reset();

0 commit comments

Comments
 (0)