Skip to content

Commit

Permalink
api: fix client docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 11, 2024
1 parent 83c8648 commit 63ad337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (c *Client) Wallet(name string) *WalletClient {
}

// Resubscribe subscribes the wallet to consensus updates, starting at the
// specified height. This can only be done once.
// specified height.
func (c *Client) Resubscribe(height uint64) (err error) {
err = c.c.POST("/resubscribe", height, nil)
return
Expand Down

0 comments on commit 63ad337

Please sign in to comment.