Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 23, 2024
1 parent 0a24a1d commit f657e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sp-domains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1394,9 +1394,9 @@ pub type ExecutionReceiptFor<DomainHeader, CBlock, Balance> = ExecutionReceipt<
/// Domain chains allowlist updates.
#[derive(Default, Debug, Encode, Decode, PartialEq, Eq, Clone, TypeInfo)]
pub struct DomainAllowlistUpdates {
/// Chains that are allowed to open channel with this chain.
/// Chains that are allowed to open a channel with this chain.
pub allow_chains: BTreeSet<ChainId>,
/// Chains that are not allowed to open channel with this chain.
/// Chains that are not allowed to open a channel with this chain.
pub remove_chains: BTreeSet<ChainId>,
}

Expand Down

0 comments on commit f657e5c

Please sign in to comment.