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) {