mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-27 16:32:33 +00:00
Correct typo in CmdGenerator comment.
This commit is contained in:
parent
bfe374e735
commit
cace9187d7
@ -53,7 +53,7 @@ func RegisterCustomCmd(method string, parser RawCmdParser, helpString string) {
|
|||||||
customCmds[method] = cmd{parser: parser, helpString: helpString}
|
customCmds[method] = cmd{parser: parser, helpString: helpString}
|
||||||
}
|
}
|
||||||
|
|
||||||
// CmdGenerator is a function that returns a new concerete Cmd of
|
// CmdGenerator is a function that returns a new concrete Cmd of
|
||||||
// the appropriate type for a non-standard Bitcoin command.
|
// the appropriate type for a non-standard Bitcoin command.
|
||||||
type CmdGenerator func() Cmd
|
type CmdGenerator func() Cmd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user