Skip to content

Commit

Permalink
Update README and storage
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jan 22, 2025
1 parent 0f7ab9d commit 0729834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ of the pool of SGT tokens for the dilution event.
```mermaid
flowchart LR
Operator
--> SubmitsWinningConcepts[Submits winning concepts from the choices earlier that accomplished goals]
--> PoolOfSTGSetAside[A pool of STG token is set aside to be claimed once confirmation of the amounts are sent]
-->
--> SubmitsWinningConcepts[Submits correct concepts from the choices earlier that accomplished goals]
--> DeclaresConceptAsCorrect[Concept is declared as being correct, and being claimable]
```
2 changes: 1 addition & 1 deletion src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub struct GameEpoch {
pub user_concept_claimed: StorageMap<Address, StorageMap<Concept, StorageBool>>,

// Did this concecpt come true?
pub concept_came_true: StorageMap<Concept, StorageBool>,
pub concept_is_correct: StorageMap<Concept, StorageBool>,
}

#[entrypoint]
Expand Down

0 comments on commit 0729834

Please sign in to comment.