Skip to content
Snippets Groups Projects
Unverified Commit adeb8213 authored by Shaopeng Wang's avatar Shaopeng Wang Committed by GitHub
Browse files

Comparable and debug printable AuctionEndChange. (#188)

parent ea8b8774
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ pub trait Auction<AccountId, BlockNumber> { ...@@ -38,6 +38,7 @@ pub trait Auction<AccountId, BlockNumber> {
fn remove_auction(id: Self::AuctionId); fn remove_auction(id: Self::AuctionId);
} }
#[derive(Eq, PartialEq, RuntimeDebug)]
pub enum AuctionEndChange<BlockNumber> { pub enum AuctionEndChange<BlockNumber> {
/// No change. /// No change.
NoChange, NoChange,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment