Skip to content

Commit

Permalink
Dev (#23)
Browse files Browse the repository at this point in the history
* fix

Co-authored-by: oxmmty <[email protected]>

* fix

Co-authored-by: oxmmty <[email protected]>

* fix

Co-authored-by: oxmmty <[email protected]>

* change state.rs file

* change TimeOver

* change cw_storage_plus

* change cw_stoage_plus
  • Loading branch information
oxmmty authored Sep 20, 2024
1 parent 6890b99 commit 7cc95d6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ use schemars::JsonSchema;
use serde::{Deserialize, Serialize};



use cosmwasm_std::Addr;
use cw_storage_plus::{Item, Map};
use cw_storage_plus::{Item, Map};


// use cosmwasm_std::Addr;
<<<<<<< dev

use cw_storage_plus::{Item, Map};
=======

// use cw_storage_plus::{Item, Map};
>>>>>>> main


#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub enum GameStatus {
Expand Down

0 comments on commit 7cc95d6

Please sign in to comment.