Skip to content
Merged
Show file tree
Hide file tree
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
BN
  • Loading branch information
fbielejec committed Aug 16, 2022
commit 4aa078d12b32711e60bfd0d117e9272584945e9d
2 changes: 1 addition & 1 deletion contracts/back_to_the_future/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod back_to_the_future {
#[ink(event)]
#[derive(Debug)]
pub struct GameReset {
when: u64,
when: BlockNumber,
}

#[ink(storage)]
Expand Down
2 changes: 1 addition & 1 deletion contracts/early_bird_special/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod early_bird_special {
#[ink(event)]
#[derive(Debug)]
pub struct GameReset {
when: u64,
when: BlockNumber,
}

#[ink(storage)]
Expand Down