From 3e1e085a29d1e1c6ca167f6deb36e7108ea0a6eb Mon Sep 17 00:00:00 2001 From: BoxChen <2300206764@qq.com> Date: Fri, 17 Jan 2025 22:30:28 +0800 Subject: [PATCH] fix: meaningless block header hash matching (#53) * Fix meaningless Block header hash matching * fix: replace wrap with by ok or else --- crates/executor/host/src/lib.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/crates/executor/host/src/lib.rs b/crates/executor/host/src/lib.rs index 43b8568..8478ccb 100644 --- a/crates/executor/host/src/lib.rs +++ b/crates/executor/host/src/lib.rs @@ -49,12 +49,14 @@ impl + Clone> HostExecutor + Clone> HostExecutor