Skip to content

Commit

Permalink
missing zero in epoch drip
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 8, 2023
1 parent 49dd15a commit 1434cd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module ol_framework::sacred_cows {
/// how much each slow wallet gets unlocked at every epoch. Read below.
///////////////////////////////////////////
/// TODO: v7: THIS NEEDS TO BE RECALCULATED WITH THE NEW SUPPLY!
const SLOW_WALLET_EPOCH_DRIP: u64 = 30000 * 100000; // COINS * SCALING FACTOR
const SLOW_WALLET_EPOCH_DRIP: u64 = 30000 * 1000000; // COINS * SCALING FACTOR
///////////////////////////////////////////
/// [SLOW_WALLET_EPOCH_DRIP] This is a principal economic innovation from 0L.
/// How to reward the highest level of work with more benefits,
Expand Down
Binary file modified framework/releases/head.mrb
Binary file not shown.

0 comments on commit 1434cd9

Please sign in to comment.