[wallet] [rpc] Add listwallets RPC
commit9508761ed69a30f4af24fbc9274176056431abfb
authorJohn Newbery <john@johnnewbery.com>
Tue, 27 Jun 2017 13:46:55 +0000 (27 09:46 -0400)
committerJohn Newbery <john@johnnewbery.com>
Thu, 20 Jul 2017 20:55:12 +0000 (20 16:55 -0400)
tree71ee6c2403823dfdac048fd68426b963372f4e2e
parent4a057152d2635e5a4cff8fd654087fee044efef6
[wallet] [rpc] Add listwallets RPC

This commit adds a listwallets RPC, which lists the names of the
currently loaded wallets. This command intentionally shows no
information about the wallet other then the name. Information on
individual wallets can be obtained using the getwalletinfo RPC.
src/wallet/rpcwallet.cpp