aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rawtransactions.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-14 16:38:07 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-14 17:40:31 +0200
commit6ef5e000a26be15919a4006f4b879fcaea8915c5 (patch)
tree4a280dbaa57968cb89fb57b3d8694d2621aa273d /qa/rpc-tests/rawtransactions.py
parent430fffefaab6832b8f6605f14a992e7e55b9547e (diff)
parentfaa41ee204124da19dcf1e5b8a3aef1e216bf5e6 (diff)
downloadbitcoin-6ef5e000a26be15919a4006f4b879fcaea8915c5.tar.xz
Merge #7853: [qa] py2: Unfiddle strings into bytes explicitly
faa41ee [qa] py2: Unfiddle strings into bytes explicitly (MarcoFalke)
Diffstat (limited to 'qa/rpc-tests/rawtransactions.py')
-rwxr-xr-xqa/rpc-tests/rawtransactions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/rawtransactions.py b/qa/rpc-tests/rawtransactions.py
index 762a6d6a30..e38ef6c8b1 100755
--- a/qa/rpc-tests/rawtransactions.py
+++ b/qa/rpc-tests/rawtransactions.py
@@ -88,8 +88,6 @@ class RawTransactionsTest(BitcoinTestFramework):
assert_equal(self.nodes[2].getbalance(), bal+Decimal('1.20000000')) #node2 has both keys of the 2of2 ms addr., tx should affect the balance
-
-
# 2of3 test from different nodes
bal = self.nodes[2].getbalance()
addr1 = self.nodes[1].getnewaddress()