rpc: remove deprecated rpc "move" and "setaccount"

This commit is contained in:
Roy Lee 2022-07-27 10:29:35 -07:00
parent 9d812ab865
commit be9df55a7c

View file

@ -122,8 +122,6 @@ var rpcHandlers = map[string]struct {
// Reference methods which can't be implemented by lbcwallet due to // Reference methods which can't be implemented by lbcwallet due to
// design decision differences // design decision differences
"encryptwallet": {handler: unsupported, noHelp: true}, "encryptwallet": {handler: unsupported, noHelp: true},
"move": {handler: unsupported, noHelp: true},
"setaccount": {handler: unsupported, noHelp: true},
// Extensions to the reference client JSON-RPC API // Extensions to the reference client JSON-RPC API
"createnewaccount": {handler: createNewAccount}, "createnewaccount": {handler: createNewAccount},