diff options
author | klemens <ka7@github.com> | 2017-08-16 00:24:39 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:24:39 +0200 |
commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /test/functional/bumpfee.py | |
parent | 65cc7aacfbfc7b747926375280a1d839e88d576b (diff) |
doc: spelling fixes
Diffstat (limited to 'test/functional/bumpfee.py')
-rwxr-xr-x | test/functional/bumpfee.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/bumpfee.py b/test/functional/bumpfee.py index 9237f09240..ddc7c23e8a 100755 --- a/test/functional/bumpfee.py +++ b/test/functional/bumpfee.py @@ -90,7 +90,7 @@ def test_simple_bumpfee_succeeds(rbf_node, peer_node, dest_address): bumped_tx = rbf_node.bumpfee(rbfid) assert_equal(bumped_tx["errors"], []) assert bumped_tx["fee"] - abs(rbftx["fee"]) > 0 - # check that bumped_tx propogates, original tx was evicted and has a wallet conflict + # check that bumped_tx propagates, original tx was evicted and has a wallet conflict sync_mempools((rbf_node, peer_node)) assert bumped_tx["txid"] in rbf_node.getrawmempool() assert bumped_tx["txid"] in peer_node.getrawmempool() |