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

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolou86 committed Oct 27, 2023
1 parent bb588f3 commit c188b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/client/data-availability/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub enum DaMode {
/// run for the given block as it is applied to the current Madara state.
/// Once this execution trace is proved to the L1 Verifier(i.e. [Ethereum](https://goerli.etherscan.io/address/0x8f97970aC5a9aa8D130d35146F5b59c4aef57963))
/// the relevant [state diff](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/on-chain-data) can be written and validated against the on-chain
/// proof verification of the block propogation.
/// proof verification of the block propagation.
#[serde(rename = "validity")]
Validity,
/// Hybrid Volition
Expand Down
2 changes: 1 addition & 1 deletion crates/client/transaction-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the pool, it's broadcasting status, block inclusion, finality, etc.

## Transaction Validity details

Information retrieved from the the runtime are encapsulated in the
Information retrieved from the runtime are encapsulated in the
`TransactionValidity` type.

```rust
Expand Down

0 comments on commit c188b8d

Please sign in to comment.