mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
rpcclient: fix documentation typo
This commit is contained in:
parent
36a96f6a00
commit
540786fda6
@ -90,7 +90,7 @@ func (c *Client) NodeAsync(command btcjson.NodeSubCmd, host string,
|
|||||||
// connect or diconnect a non-persistent one.
|
// connect or diconnect a non-persistent one.
|
||||||
//
|
//
|
||||||
// The connectSubCmd should be set either "perm" or "temp", depending on
|
// The connectSubCmd should be set either "perm" or "temp", depending on
|
||||||
// whether we are targetting a persistent or non-persistent peer. Passing nil
|
// whether we are targeting a persistent or non-persistent peer. Passing nil
|
||||||
// will cause the default value to be used, which currently is "temp".
|
// will cause the default value to be used, which currently is "temp".
|
||||||
func (c *Client) Node(command btcjson.NodeSubCmd, host string,
|
func (c *Client) Node(command btcjson.NodeSubCmd, host string,
|
||||||
connectSubCmd *string) error {
|
connectSubCmd *string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user