From da6a606dc96e92a2355c08598ea469d53baa8f93 Mon Sep 17 00:00:00 2001 From: oren-lava <111131399+oren-lava@users.noreply.github.com> Date: Thu, 2 May 2024 15:19:24 +0300 Subject: [PATCH] Update x/epochstorage/README.md Co-authored-by: Elad Gildnur <6321801+shleikes@users.noreply.github.com> --- x/epochstorage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/epochstorage/README.md b/x/epochstorage/README.md index 124711a084..da0200f5a0 100644 --- a/x/epochstorage/README.md +++ b/x/epochstorage/README.md @@ -97,7 +97,7 @@ type StakeEntry struct { StakeAppliedBlock uint64 // the block at which the provider is included in the pairing list Endpoints []Endpoint // the endpoints of the provider Geolocation int32 // the geolocation this provider supports - Chain string // the chain ID on which the provider staked on + Chain string // the chain ID on which the provider is staked on Moniker string // free string description DelegateTotal types.Coin // total delegation to the provider (without self delegation) DelegateLimit types.Coin // delegation total limit