aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/replace-by-fee.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-12 17:39:50 +0100
committerpracticalswift <[email protected]>2017-01-13 18:55:03 +0100
commitac4a0953060e34ddd8f4bd7aa28c719d8ed2c068 (patch)
tree33e09113685baac158deb2065f552d8b21241289 /qa/rpc-tests/replace-by-fee.py
parentMerge #8811: rpc: Add support for JSON-RPC named arguments (diff)
downloaddiscoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.tar.xz
discoin-ac4a0953060e34ddd8f4bd7aa28c719d8ed2c068.zip
Remove unused Python variables
Diffstat (limited to 'qa/rpc-tests/replace-by-fee.py')
-rwxr-xr-xqa/rpc-tests/replace-by-fee.py1
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 8aba06c60..2b29dfdd2 100755
--- a/qa/rpc-tests/replace-by-fee.py
+++ b/qa/rpc-tests/replace-by-fee.py
@@ -393,7 +393,6 @@ class ReplaceByFeeTest(BitcoinTestFramework):
utxo = make_utxo(self.nodes[0], initial_nValue)
fee = int(0.0001*COIN)
split_value = int((initial_nValue-fee)/(MAX_REPLACEMENT_LIMIT+1))
- actual_fee = initial_nValue - split_value*(MAX_REPLACEMENT_LIMIT+1)
outputs = []
for i in range(MAX_REPLACEMENT_LIMIT+1):