fix: remove get_ledger_account_hash and get_ledger_tx_hash host functions (#5850)

* remove `get_ledger_account_hash` and `get_ledger_tx_hash`

* fix build+tests
This commit is contained in:
Mayukha Vadari
2025-10-06 16:38:40 -04:00
committed by GitHub
parent cb622488c0
commit da2b9455f2
13 changed files with 306 additions and 464 deletions

View File

@@ -648,7 +648,7 @@ struct Wasm_test : public beast::unit_test::suite
Bytes const wasm(wasmStr.begin(), wasmStr.end());
TestHostFunctions hfs(env, 0);
auto const allowance = 153'296;
auto const allowance = 152'154;
auto re = runEscrowWasm(
wasm, ESCROW_FUNCTION_NAME, {}, &hfs, allowance, env.journal);