forked from lthn/blockchain
fixed conversion in wallet_error_base
This commit is contained in:
parent
ee47354911
commit
83ecbf346d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue