Skip to content

Commit 0c158ae

Browse files
committed
fix: fix a build conflict
1 parent 31bfac3 commit 0c158ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvm/src/call_manager/default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ where
305305
if let Err(err) = store.add_fuel(u64::try_from(exec_units_to_add).unwrap_or(0)) {
306306
return (
307307
Err(ExecutionError::Fatal(err)),
308-
store.into_data().kernel.take(),
308+
store.into_data().kernel.into_call_manager(),
309309
);
310310
}
311311

0 commit comments

Comments
 (0)