Skip to content

Commit

Permalink
chore: remove unused error variants (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlastairHolmes authored Oct 23, 2023
1 parent 6c9d040 commit 1258c54
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions state-chain/pallets/cf-funding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,6 @@ pub mod pallet {
/// We are in the auction phase
AuctionPhase,

/// A withdrawal address is provided, but the account has a different withdrawal address
/// already associated.
WithdrawalAddressRestricted,

/// An invalid redemption has been made
InvalidRedemption,

/// When requesting a redemption, you must not have an amount below the minimum.
BelowMinimumFunding,

Expand Down

0 comments on commit 1258c54

Please sign in to comment.