fix inflation according pse plan requirements#19
Conversation
ysv
left a comment
There was a problem hiding this comment.
@ysv reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @masihyeganeh and @TxCorpi0x)
app/upgrade/v6/mint_params.go line 15 at r1 (raw file):
return err } params.InflationRateChange = math.LegacyMustNewDecFromStr("0.04")
q:
are these values set according to this doc ?
https://docs.google.com/spreadsheets/d/1xZsoYSG-9n9sSVDNY-aaUdWXeZhjZMutCe44192XVSo/edit?gid=961017402#gid=961017402
TxCorpi0x
left a comment
There was a problem hiding this comment.
@TxCorpi0x reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @masihyeganeh and @miladz68)
miladz68
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @masihyeganeh and @ysv)
app/upgrade/v6/mint_params.go line 15 at r1 (raw file):
Previously, ysv (Yaroslav Savchuk) wrote…
q:
are these values set according to this doc ?
https://docs.google.com/spreadsheets/d/1xZsoYSG-9n9sSVDNY-aaUdWXeZhjZMutCe44192XVSo/edit?gid=961017402#gid=961017402
yes they are.
Description
Reviewers checklist:
Authors checklist
This change is