1
0
Fork 0
forked from lthn/blockchain

fixed unresloved external or ios

This commit is contained in:
cryptozoidberg 2020-03-11 03:02:06 +01:00
parent 3cb70f88f5
commit a68ab6b150
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

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