diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-03-06 18:30:51 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-03-17 11:21:34 +0100 |
commit | fa4a52254178655f50e73b50153730a60ffafd32 (patch) | |
tree | b455dfb2b8538640c870ee9c2d5c75be1e2cefb6 /qa/rpc-tests/mempool_limit.py | |
parent | 14d6324a248df50cb79fbeb5b60a978687a3b64e (diff) |
[qa] Add tests verifychain, lockunspent, getbalance, listsinceblock
Diffstat (limited to 'qa/rpc-tests/mempool_limit.py')
-rwxr-xr-x | qa/rpc-tests/mempool_limit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/mempool_limit.py b/qa/rpc-tests/mempool_limit.py index 7914ceea22..c19a63c699 100755 --- a/qa/rpc-tests/mempool_limit.py +++ b/qa/rpc-tests/mempool_limit.py @@ -38,7 +38,6 @@ class MempoolLimitTest(BitcoinTestFramework): self.nodes[0].settxfee(0) # return to automatic fee selection txFS = self.nodes[0].signrawtransaction(txF['hex']) txid = self.nodes[0].sendrawtransaction(txFS['hex']) - self.nodes[0].lockunspent(True, [us0]) relayfee = self.nodes[0].getnetworkinfo()['relayfee'] base_fee = relayfee*100 |