From 588b2e58cf4c4f8da539bfa6785989894d72716e Mon Sep 17 00:00:00 2001 From: yujinpark Date: Thu, 20 Jun 2024 00:36:16 +0900 Subject: [PATCH] fix: typo (#2184) --- rpcclient/zmq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcclient/zmq.go b/rpcclient/zmq.go index 1a5405eb77..52adeed76b 100644 --- a/rpcclient/zmq.go +++ b/rpcclient/zmq.go @@ -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. //