diff --git a/README.md b/README.md index 5cbd3aa..085477a 100644 --- a/README.md +++ b/README.md @@ -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] - --> \ No newline at end of file + --> SubmitsWinningConcepts[Submits correct concepts from the choices earlier that accomplished goals] + --> DeclaresConceptAsCorrect[Concept is declared as being correct, and being claimable] +``` diff --git a/src/storage.rs b/src/storage.rs index 6ee7718..1d4ca7d 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -34,7 +34,7 @@ pub struct GameEpoch { pub user_concept_claimed: StorageMap
>, // Did this concecpt come true? - pub concept_came_true: StorageMap