cosmos-sdk/docs/spec/slashing/08_params.md
Alexander Bezobchuk 91dc870e97 Merge PR #4404: Update Spec to include params
* Add staking params to spec

* Update format

* Add slashing params

* Update staking params

* Add minting params doc

* Add gov params doc

* Add distr params doc

* Add crisis params doc

* Add bank params doc

* Add auth params doc

* Update SPEC-SPEC
2019-05-24 12:18:07 -04:00

646 B

Parameters

The slashing module contains the following parameters:

Key Type Example
MaxEvidenceAge string (time ns) "120000000000"
SignedBlocksWindow string (int64) "100"
MinSignedPerWindow string (dec) "0.500000000000000000"
DowntimeJailDuration string (time ns) "600000000000"
SlashFractionDoubleSign string (dec) "0.050000000000000000"
SlashFractionDowntime string (dec) "0.010000000000000000"