Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/token-swap/src/lib.rs
Co-authored-by: Tomasz Drwięga <[email protected]>
  • Loading branch information
svyatonik and tomusdrw authored Jul 29, 2021
commit 2dca550c68bedc2bd7037b3524fa0025fba8b058
2 changes: 1 addition & 1 deletion modules/token-swap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub enum TokenSwapState {
/// The swap has been started using the `start_claim` call, but we have no proof that it has
/// happened at the Bridged chain.
Started,
/// Ths swap has happened at the Bridged chain and may be claimed by the Bridged chain party using
/// The swap has happened at the Bridged chain and may be claimed by the Bridged chain party using
/// the `claim_swap` call.
Confirmed,
/// The swap has failed at the Bridged chain and This chain party may cancel it using the
Expand Down