Retry inflation parameter update along with documentation updates (#12778)

* update initial inflation parameter

* update economics section of docs
This commit is contained in:
Eric Williams
2020-10-12 22:10:57 +02:00
committed by GitHub
parent 2f5bb7e507
commit 1ab36203de
12 changed files with 329 additions and 157 deletions

View File

@ -22,7 +22,7 @@ pub struct Inflation {
__unused: f64,
}
const DEFAULT_INITIAL: f64 = 0.15;
const DEFAULT_INITIAL: f64 = 0.08;
const DEFAULT_TERMINAL: f64 = 0.015;
const DEFAULT_TAPER: f64 = 0.15;
const DEFAULT_FOUNDATION: f64 = 0.05;