mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-07 06:36:46 +00:00
Fix comment typo -- implimented -> implemented.
This commit is contained in:
parent
d0d58c54db
commit
648e6317bb
@ -19,7 +19,7 @@ type Message struct {
|
|||||||
|
|
||||||
// Reply is the general form of the reply from the bitcoin client.
|
// Reply is the general form of the reply from the bitcoin client.
|
||||||
// The form of the Result part varies from one command to the next so it
|
// The form of the Result part varies from one command to the next so it
|
||||||
// is currently implimented as an interface.
|
// is currently implemented as an interface.
|
||||||
type Reply struct {
|
type Reply struct {
|
||||||
Result interface{} `json:"result"`
|
Result interface{} `json:"result"`
|
||||||
Error *Error `json:"error"`
|
Error *Error `json:"error"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user