Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored Dec 10, 2024
1 parent 907f979 commit 14599ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/store/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl Store {
.collect())
}

fn add_account_code(&self, code_hash: H256, code: Bytes) -> Result<(), StoreError> {
pub fn add_account_code(&self, code_hash: H256, code: Bytes) -> Result<(), StoreError> {
self.engine.add_account_code(code_hash, code)
}

Expand Down

0 comments on commit 14599ef

Please sign in to comment.