Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: remove duplicate words (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored May 31, 2024
1 parent 84b8b1b commit 0c534ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/client/storage/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Storage overrides readers
//!
//! In order for the client to access on pallets chain data data it has to read from the storage.
//! In order for the client to access on pallets chain data it has to read from the storage.
//! This can be achieve either through the pallet runtime API or by indexing the storage directly.
//! The `OverrideHandle` make it possible to use the later, more efficient way, while keeping the
//! first one as a fallback.
Expand Down
2 changes: 1 addition & 1 deletion crates/pallets/starknet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ pub mod pallet {
)),
));
}
// Happy path, were the the nonce is the current one,
// Happy path, were the nonce is the current one,
// we validate the tx
_ => {
Self::validate_unsigned_tx(&transaction)?;
Expand Down

0 comments on commit 0c534ca

Please sign in to comment.