mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-28 01:36:42 +00:00
Return the actual id value, not func.
This commit is contained in:
parent
f471d2b336
commit
8fb5c9f0e6
2
cmds.go
2
cmds.go
@ -156,7 +156,7 @@ func parseExportWatchingWalletCmd(r *btcjson.RawCmd) (btcjson.Cmd, error) {
|
||||
|
||||
// Id satisifies the Cmd interface by returning the ID of the command.
|
||||
func (cmd *ExportWatchingWalletCmd) Id() interface{} {
|
||||
return cmd.Id
|
||||
return cmd.id
|
||||
}
|
||||
|
||||
// SetId satisifies the Cmd interface by setting the ID of the command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user