forked from lthn/blockchain
fixed typo
This commit is contained in:
parent
90a4a68eb5
commit
2bab917700
1 changed files with 3 additions and 2 deletions
|
|
@ -604,8 +604,9 @@ namespace plain_wallet
|
|||
{
|
||||
PLAIN_WALLET_BEGIN_TRY_ENTRY();
|
||||
GET_INSTANCE_PTR(inst_ptr);
|
||||
return inst_ptr->gwm.invoke(h, params);
|
||||
tools::sanitize_utf8(params);
|
||||
std::string res = inst_ptr->gwm.invoke(h, params);
|
||||
tools::sanitize_utf8(res);
|
||||
return res;
|
||||
PLAIN_WALLET_CATCH();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue