You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following validation must be applied not only at the time of Hook creation but also at the time of Install.
if(hookSetObj.isFieldPresent(sfFee)&&isXRP(hookSetObj.getFieldAmount(sfFee))){STAmountamt=hookSetObj.getFieldAmount(sfFee);uint64_tfee=amt.xrp().drops();if(amt<beast::zero||fee<1||fee>1000000){JLOG(ctx.j.trace())<<"HookSet("<<hook::log::JS_FEE_TOO_HIGH<<")["<<HS_ACC()<<"]: Malformed transaction: When creating a JS Hook "<<"you must include a Fee <= 1000000.";returnfalse;}}
The text was updated successfully, but these errors were encountered:
The following validation must be applied not only at the time of Hook creation but also at the time of Install.
The text was updated successfully, but these errors were encountered: