diff options
author | John Newbery <john@johnnewbery.com> | 2018-07-27 17:05:24 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-08-27 10:45:01 -0400 |
commit | f0dc850bf698f7377797d7d68365d4fc79b0221c (patch) | |
tree | a06d60496cae97c232dfedeb20c3b82032b30b9d /src/wallet/wallet.h | |
parent | c410f415758913c933ad6c71cf50227cc85aa385 (diff) |
[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 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 51ac3df71e..15062680de 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -302,7 +302,7 @@ public: * serialized in the wallet database: * * "comment", "to" - comment strings provided to sendtoaddress, - * sendfrom, sendmany wallet RPCs + * and sendmany wallet RPCs * "replaces_txid" - txid (as HexStr) of transaction replaced by * bumpfee on transaction created by bumpfee * "replaced_by_txid" - txid (as HexStr) of transaction created by |