Simon
|
3bff998b38
|
Rename methods to avoid using prefix of _ underscore which is reserved.
Added logging of explicit exception rather than a catch all.
Removed redundant spending key check.
Updated user facing help message.
|
2016-08-24 11:55:26 -07:00 |
|
Simon
|
0feffd1424
|
Don't mark wallet as dirty if key already exists.
Fix incorrect method name used in error message.
|
2016-08-24 11:19:33 -07:00 |
|
Simon
|
92444edc00
|
Add z_importwallet and z_exportwallet to handle keys for both
taddr and zaddr. Restore behaviour of dumpwallet and importwallet
to only handle taddr.
|
2016-08-24 11:19:33 -07:00 |
|
Simon
|
c1c4594371
|
Implemented RPC calls z_importkey, z_exportkey, z_getnewaddress.
Modified RPC calls dumpwallet and importwallet to include spending keys.
|
2016-08-24 11:19:33 -07:00 |
|
Jonas Schnelli
|
b9fb692d04
|
Push down RPC reqWallet flag
|
2015-04-12 19:37:29 +02:00 |
|
Jonas Schnelli
|
50c72f23ad
|
[Move Only] Move wallet related things to src/wallet/
could once be renamed from /src/wallet to /src/legacywallet.
|
2015-03-12 14:13:02 +01:00 |
|