Skip to content

Commit

Permalink
[test] Update p2p-fullblocktest.py to reflect change in error string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewoof committed Jul 13, 2017
1 parent 0cd7cc1 commit 813f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/p2p-fullblocktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def update_block(block_number, new_transactions):
b59 = block(59)
tx = create_and_sign_tx(out[17].tx, out[17].n, 51*COIN)
b59 = update_block(59, [tx])
yield rejected(RejectResult(16, b'bad-txns-in-belowout'))
yield rejected(RejectResult(16, b'bad-txns-in-ne-out'))

# reset to good chain
tip(57)
Expand Down

0 comments on commit 813f562

Please sign in to comment.