rpcclient: fix documentation typo
This commit is contained in:
parent
36a96f6a00
commit
540786fda6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue