Fix FutureWalletPassphraseChange.Receive comment.
This commit is contained in:
parent
2fc983ece1
commit
80f9a8e5e2
1 changed files with 1 additions and 1 deletions
|
@ -1630,7 +1630,7 @@ func (c *Client) WalletPassphrase(passphrase string, timeoutSecs int64) error {
|
|||
type FutureWalletPassphraseChangeResult chan *futureResult
|
||||
|
||||
// Receive waits for the response promised by the future and returns the result
|
||||
// of unlocking the wallet.
|
||||
// of changing the wallet passphrase.
|
||||
func (r FutureWalletPassphraseChangeResult) Receive() error {
|
||||
_, err := receiveFuture(r)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue