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
not needed
  • Loading branch information
fbielejec committed Aug 16, 2022
commit a395c6bf28414002b3b82606d7cba5ced57c9bbc
16 changes: 0 additions & 16 deletions contracts/back_to_the_future/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ mod back_to_the_future {
deadline: BlockNumber,
}

/// Event emitted when account is whitelisted to play the game
#[ink(event)]
#[derive(Debug)]
pub struct AccountWhitelisted {
#[ink(topic)]
player: AccountId,
}

/// Event emitted when account is blacklisted from playing the game
#[ink(event)]
#[derive(Debug)]
pub struct AccountBlacklisted {
#[ink(topic)]
player: AccountId,
}

/// Event emitted when TheButton is pressed
#[ink(event)]
#[derive(Debug)]
Expand Down