Skip to content

Commit

Permalink
Remove unused round struct
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Apr 18, 2024
1 parent 38651ba commit 6f94aa5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/atom_wars/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ pub struct Vote {
pub power: Uint128,
}

#[cw_serde]
pub struct Round {
pub round_id: u64,
pub round_end: Timestamp,
}

// PROPS_BY_SCORE: key((round_id, tranche_id), score, prop_id) -> prop_id
pub const PROPS_BY_SCORE: Map<((u64, u64), u128, u64), u64> = Map::new("props_by_score");

Expand Down

0 comments on commit 6f94aa5

Please sign in to comment.