Finalize implementation

Fix reciprocal

Fix, fix reciprocal

cargo fmt
This commit is contained in:
Drazen Urch
2021-10-05 09:46:17 +02:00
parent b47dad1b7d
commit c4bd5e04a5
10 changed files with 103 additions and 53 deletions
-1
View File
@@ -38,7 +38,6 @@ fn compute_mix_rewards(mix: &MixNodeBond) {
let work_share = one_over_k;
let omega_k = work_share * k;
// TODO: Use Coin struct from the Tauri wallet, this must be in the Minor denom it will be much easier then
}
// TODO: