Skip to content

Commit 9740386

Browse files
authored
Merge pull request #491 from filecoin-project/fix/build
fix: fix a build conflict
2 parents 31bfac3 + 0c158ae commit 9740386

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)