mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
fix: typo (#2184)
This commit is contained in:
parent
de4182589b
commit
588b2e58cf
@ -24,7 +24,7 @@ func (r FutureGetZmqNotificationsResult) Receive() (btcjson.GetZmqNotificationRe
|
||||
return notifications, nil
|
||||
}
|
||||
|
||||
// GetZmqNotificationsAsync returns an instance ofa type that can be used to get
|
||||
// GetZmqNotificationsAsync returns an instance of a type that can be used to get
|
||||
// the result of a custom RPC request at some future time by invoking the Receive
|
||||
// function on the returned instance.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user