diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-12-22 10:43:46 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-03-14 16:45:18 +0100 |
commit | fad8cfb893ac0ba83c6fc2367ade55bfe4fa75f6 (patch) | |
tree | c57254ebedc80db63737f4e52840bd8e9ee9b298 /qa/rpc-tests/replace-by-fee.py | |
parent | fa8cd46f39778925eaf2caf812cccd9fb8503368 (diff) |
[qa] mininode: Add and use CONSTs
Diffstat (limited to 'qa/rpc-tests/replace-by-fee.py')
-rwxr-xr-x | qa/rpc-tests/replace-by-fee.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/replace-by-fee.py b/qa/rpc-tests/replace-by-fee.py index ba1956853a..eded24f405 100755 --- a/qa/rpc-tests/replace-by-fee.py +++ b/qa/rpc-tests/replace-by-fee.py @@ -13,7 +13,6 @@ from test_framework.script import * from test_framework.mininode import * import binascii -COIN = 100000000 MAX_REPLACEMENT_LIMIT = 100 def satoshi_round(amount): |