rpc: remove deprecated rpc "move" and "setaccount"
This commit is contained in:
parent
9d812ab865
commit
be9df55a7c
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ var rpcHandlers = map[string]struct {
|
|||
// Reference methods which can't be implemented by lbcwallet due to
|
||||
// design decision differences
|
||||
"encryptwallet": {handler: unsupported, noHelp: true},
|
||||
"move": {handler: unsupported, noHelp: true},
|
||||
"setaccount": {handler: unsupported, noHelp: true},
|
||||
|
||||
// Extensions to the reference client JSON-RPC API
|
||||
"createnewaccount": {handler: createNewAccount},
|
||||
|
|
Loading…
Reference in a new issue