Skip to content

Commit

Permalink
replace with load_account
Browse files Browse the repository at this point in the history
  • Loading branch information
FredCoen committed Jan 7, 2025
1 parent 04688b7 commit 47d7b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/handler/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ where
// Make account warm and loaded
let _ = context
.journal()
.load_account_delegated(inputs.bytecode_address)?;
.load_account(inputs.bytecode_address)?;

// Create subroutine checkpoint
let checkpoint = context.journal().checkpoint();
Expand Down

0 comments on commit 47d7b41

Please sign in to comment.