mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(tree): expect message on state root handle unwrap (#14419)
This commit is contained in:
@ -2570,7 +2570,7 @@ where
|
||||
}
|
||||
} else {
|
||||
let state_root_handle = state_root_handle
|
||||
.expect("state root handle must exist if use_state_root_task is true");
|
||||
.expect("state root handle must exist if legacy_state_root is false");
|
||||
let state_root_config = state_root_task_config.expect("task config is present");
|
||||
|
||||
// Handle state root result from task using handle
|
||||
|
||||
Reference in New Issue
Block a user