From 6d6d4b4f3dbc4808583ef1aa2b3a40cc671668d0 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 15 Jun 2022 16:24:42 -0700 Subject: [PATCH] hushd --- common/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.go b/common/common.go index 4e05727..e086ca7 100644 --- a/common/common.go +++ b/common/common.go @@ -18,7 +18,7 @@ import ( ) -// RawRequest points to the function to send a an RPC request to zcashd; +// RawRequest points to the function to send a an RPC request to hushd; // in production, it points to btcsuite/btcd/rpcclient/rawrequest.go:RawRequest(); // in unit tests it points to a function to mock RPCs to hushd var RawRequest func(method string, params []json.RawMessage) (json.RawMessage, error)