Compare commits

...

2 Commits

Author SHA1 Message Date
futreall
40b11ae046
Merge ac42119583 into ac57a9b4b4 2024-11-20 21:49:53 +07:00
futreall
ac42119583
Update 02_state.md 2024-11-13 18:56:55 +02:00

View File

@ -26,7 +26,7 @@ type Market struct {
type Markets []Market
```
`GenesisState` defines the state that must be persisted when the blockchain stops/stars in order for the normal function of the pricefeed to resume.
`GenesisState` defines the state that must be persisted when the blockchain stops/starts in order for the normal function of the pricefeed to resume.
```go
// GenesisState - pricefeed state that must be provided at genesis