From 85c27e81ea5205f6bc2cd30e837fd2cf25192200 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 18 Feb 2020 18:58:03 +0300 Subject: [PATCH] get_wallet_info() fixed --- src/wallet/wallet_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet_helpers.h b/src/wallet/wallet_helpers.h index 38efcc64..365890da 100644 --- a/src/wallet/wallet_helpers.h +++ b/src/wallet/wallet_helpers.h @@ -19,6 +19,6 @@ namespace tools uint64_t fake = 0; wi.balance = w.balance(wi.unlocked_balance, fake, fake, wi.mined_total); wi.path = epee::string_encoding::wstring_to_utf8(w.get_wallet_path()); - return API_RETURN_CODE_OK; + return true; } } \ No newline at end of file