From 80f9a8e5e22713845a176838a6b85282d4d8d57d Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 8 May 2014 13:12:56 -0500 Subject: [PATCH] Fix FutureWalletPassphraseChange.Receive comment. --- wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet.go b/wallet.go index 1b35e10f..5d6150ca 100644 --- a/wallet.go +++ b/wallet.go @@ -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 {