1
0
Fork 0
forked from lthn/blockchain

fixed conversion in wallet_error_base

This commit is contained in:
sowle 2020-05-26 20:41:00 +03:00
parent ee47354911
commit 83ecbf346d
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -68,7 +68,7 @@ namespace tools
return ss.str();
}
virtual char const* what() const
virtual const char* what() const
{
m_what = to_string();
return m_what.c_str();