Browse Source

hushd

mempool
Jonathan "Duke" Leto 2 years ago
parent
commit
6d6d4b4f3d
  1. 2
      common/common.go

2
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)

Loading…
Cancel
Save