Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Jan 24, 2023
1 parent e30516f commit 7af5447
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions primitives/runtime/src/transaction_validity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ pub enum InvalidTransaction {
BadSigner,
/// The swap prevalidation has failed
SwapPrevalidation,
/// Fee lock processing has failed either due to not enough funds to reserve or an unexpected error
/// Fee lock processing has failed either due to not enough funds to reserve or an unexpected
/// error
ProcessFeeLock,
/// Unlock fee has failed either due to no fee locks or fee lock cant be unlocked yet or an unexpected error
UnlockFee
/// Unlock fee has failed either due to no fee locks or fee lock cant be unlocked yet or an
/// unexpected error
UnlockFee,
}

impl InvalidTransaction {
Expand Down

0 comments on commit 7af5447

Please sign in to comment.