Compare commits

...

2 Commits

Author SHA1 Message Date
futreall
3d58bfa927
Merge ac42119583 into 351c2cb132 2025-02-13 03:13:38 +01: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