aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_address_types.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-07-27 17:05:24 -0400
committerJohn Newbery <john@johnnewbery.com>2018-08-27 10:45:01 -0400
commitf0dc850bf698f7377797d7d68365d4fc79b0221c (patch)
treea06d60496cae97c232dfedeb20c3b82032b30b9d /test/functional/wallet_address_types.py
parentc410f415758913c933ad6c71cf50227cc85aa385 (diff)
downloadbitcoin-f0dc850bf698f7377797d7d68365d4fc79b0221c.tar.xz
[wallet] Remove wallet account RPCs
Also remove the RPC deprecation tests for accounts, and make one small change to another wallet test that relies on account behaviour.
Diffstat (limited to 'test/functional/wallet_address_types.py')
-rwxr-xr-xtest/functional/wallet_address_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_address_types.py b/test/functional/wallet_address_types.py
index 01c7b6366a..30851893b8 100755
--- a/test/functional/wallet_address_types.py
+++ b/test/functional/wallet_address_types.py
@@ -143,7 +143,7 @@ class AddressTypeTest(BitcoinTestFramework):
assert(False)
def test_change_output_type(self, node_sender, destinations, expected_type):
- txid = self.nodes[node_sender].sendmany(fromaccount="", amounts=dict.fromkeys(destinations, 0.001))
+ txid = self.nodes[node_sender].sendmany(dummy="", amounts=dict.fromkeys(destinations, 0.001))
raw_tx = self.nodes[node_sender].getrawtransaction(txid)
tx = self.nodes[node_sender].decoderawtransaction(raw_tx)