Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jan 11, 2024
1 parent bffecf3 commit d32ca66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/storage/provider/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub enum ProviderError {
MissingContractClassChangeEntry {
/// The block number of when the change happen.
block: BlockNumber,
/// The contract address.
/// The updated contract address.
contract_address: ContractAddress,
},

Expand All @@ -73,7 +73,7 @@ pub enum ProviderError {
MissingContractNonceChangeEntry {
/// The block number of when the change happen.
block: BlockNumber,
/// The contract address.
/// The updated contract address.
contract_address: ContractAddress,
},

Expand Down

0 comments on commit d32ca66

Please sign in to comment.