This commit is contained in:
yujinpark 2024-06-20 00:36:16 +09:00 committed by GitHub
parent de4182589b
commit 588b2e58cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
//