update return calculation (#6250)

This commit is contained in:
Mayukha Vadari
2026-01-22 17:01:56 -05:00
committed by GitHub
parent f4a27c9b6d
commit ba5debfecd
6 changed files with 273 additions and 293 deletions

View File

@@ -668,7 +668,7 @@ struct Wasm_test : public beast::unit_test::suite
Bytes const wasm(wasmStr.begin(), wasmStr.end());
std::shared_ptr<HostFunctions> hfs(new TestHostFunctions(env, 0));
auto const allowance = 185'974;
auto const allowance = 187'131;
auto re = runEscrowWasm(wasm, hfs, ESCROW_FUNCTION_NAME, {}, allowance);
checkResult(re, 1, allowance);