mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Make CI happy again (#1086)
* Appease `cargo-spellcheck` * Increase logging for `cargo-spellcheck` * Fix config file name
This commit is contained in:
committed by
Bastian Köcher
parent
82a952c0db
commit
75df85f52a
@@ -379,7 +379,7 @@ pub mod pallet {
|
||||
Some(TokenSwapState::Started) => fail!(Error::<T, I>::SwapIsPending),
|
||||
Some(TokenSwapState::Confirmed) => fail!(Error::<T, I>::SwapIsConfirmed),
|
||||
Some(TokenSwapState::Failed) => {
|
||||
// we allow cancelling swap even before lock period is over - the `source_account_at_this_chain`
|
||||
// we allow canceling swap even before lock period is over - the `source_account_at_this_chain`
|
||||
// has already paid for nothing and it is up to him to decide whether he want to try again
|
||||
}
|
||||
None => fail!(Error::<T, I>::SwapIsInactive),
|
||||
|
||||
Reference in New Issue
Block a user