diff --git a/cmd/goal/commands.go b/cmd/goal/commands.go index 1e050f7ee6..6a02c1ecb1 100644 --- a/cmd/goal/commands.go +++ b/cmd/goal/commands.go @@ -449,6 +449,8 @@ func getWalletHandleMaybePassword(dataDir string, walletName string, getPassword return token, nil, nil } + reportInfof("Failed to get cached wallet handle: %v", err) + // Assume any errors were "wrong password" errors, until we have actual // API error codes pw = ensurePasswordForWallet(walletName)