From 39f81d0af5b40cc23f5636f77a6fb7aedc6a0624 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Tue, 7 Mar 2023 15:00:29 +0000 Subject: [PATCH] fix for #40 --- src/ripple/app/hook/Guard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/hook/Guard.h b/src/ripple/app/hook/Guard.h index 9130a45f2..16af09fb0 100644 --- a/src/ripple/app/hook/Guard.h +++ b/src/ripple/app/hook/Guard.h @@ -162,8 +162,8 @@ struct WasmBlkInf sanity_check(0x1234ABCDU), iteration_bound(iteration_bound_), instruction_count(instruction_count_), - children({}), parent(parent_), + children({}), start_byte(start_byte_), is_root(is_root_) {