regen staking.pb.go

This commit is contained in:
psaradev 2021-02-03 22:43:27 +10:00
parent 0e6b9a613a
commit 71305449d6
1 changed files with 2 additions and 2 deletions

View File

@ -844,8 +844,8 @@ type Params struct {
HistoricalEntries uint32 `protobuf:"varint,4,opt,name=historical_entries,json=historicalEntries,proto3" json:"historical_entries,omitempty" yaml:"historical_entries"`
// bond_denom defines the bondable coin denomination.
BondDenom string `protobuf:"bytes,5,opt,name=bond_denom,json=bondDenom,proto3" json:"bond_denom,omitempty" yaml:"bond_denom"`
// power_reduction xxx
PowerReduction github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,6,opt,name=power_reduction,json=powerReduction,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"power_reduction" yaml:"power_reduction"`
// power_reduction is the amount of staking tokens required for 1 unit of consensus-engine power
PowerReduction github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,6,opt,name=power_reduction,json=powerReduction,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"power_reduction" yaml:"power_reduction"`
}
func (m *Params) Reset() { *m = Params{} }