From ba7bf92725526c394ed48e98e9c705f49c7e9994 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Fri, 7 Aug 2026 17:12:48 +0100 Subject: [PATCH] Fix build --- src/libxrpl/tx/wasm/WasmVM.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libxrpl/tx/wasm/WasmVM.cpp b/src/libxrpl/tx/wasm/WasmVM.cpp index 690e41fbdb..62530d0b67 100644 --- a/src/libxrpl/tx/wasm/WasmVM.cpp +++ b/src/libxrpl/tx/wasm/WasmVM.cpp @@ -114,7 +114,7 @@ runEscrowWasm( Bytes const& wasmCode, HostFunctions& hfs, std::int64_t gasLimit, - std::string_view funcName) + std::string_view funcName) noexcept { // A run needs a budget to spend. Refused here rather than in the engine because what a // non-positive limit means is a transaction-validity rule; the engine's own budget is @@ -153,7 +153,7 @@ runEscrowWasm( } NotTEC -preflightEscrowWasm(Bytes const& wasmCode, beast::Journal j, std::string_view funcName) +preflightEscrowWasm(Bytes const& wasmCode, beast::Journal j, std::string_view funcName) noexcept { return guarded(j, NotTEC{telFAILED_PROCESSING}, [&]() { auto const checked = rs::wasm_vm::check_escrow(