forked from lthn/blockchain
added sanitize_utf8 to invoke() in plain_wallet
This commit is contained in:
parent
166b683295
commit
90a4a68eb5
1 changed files with 1 additions and 0 deletions
|
|
@ -605,6 +605,7 @@ namespace plain_wallet
|
|||
PLAIN_WALLET_BEGIN_TRY_ENTRY();
|
||||
GET_INSTANCE_PTR(inst_ptr);
|
||||
return inst_ptr->gwm.invoke(h, params);
|
||||
tools::sanitize_utf8(params);
|
||||
PLAIN_WALLET_CATCH();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue