From a68ab6b1500964388d77265948c2fde39fa393a3 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 11 Mar 2020 03:02:06 +0100 Subject: [PATCH] fixed unresloved external or ios --- src/wallet/plain_wallet_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index 9148bd63..1a028b59 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -79,7 +79,7 @@ namespace plain_wallet return "{}"; } - std::string init(const std::string& ip, const std::string& port, int64_t log_level) + std::string init(const std::string& ip, const std::string& port, int log_level) { if (initialized) {