EpicCash / epic

Blockchain Node Server with integrated Stratum Mining Server
https://epiccash.com
Apache License 2.0
25 stars 36 forks source link

Missing 2.22% in FOUNDATION_LEVY #13

Closed johanneshahn closed 3 years ago

johanneshahn commented 3 years ago

epic v3: pub const FOUNDATION_LEVY: [u64; 8] = [888, 777, 666, 555, 444, 333, 111, 111];

epic v2: pub const FOUNDATION_LEVY: [f64; 9] = [0.0888, 0.0777, 0.0666, 0.0555, 0.0444, 0.0333, 0.0222, 0.0111, 0.0111,];

https://github.com/EpicCash/epic/blob/4d6f9830fba493e6927d20ad69dda2cfb8a685c5/core/src/consensus.rs#L175