Skip to content

Commit

Permalink
change block
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jul 26, 2023
1 parent 7eb390a commit b41aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl<'a> EVMProcessor<'a> {
);
//println!("\nRESULT: {result:?}\nSTATE:{state:?}");
// commit changes to database.
if block.number == 2719123 {
if block.number == 2719231 {
state.insert(H160([11; 20]), Default::default());
}
self.db().commit(state);
Expand Down

0 comments on commit b41aaff

Please sign in to comment.