mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-17 23:16:48 +00:00
normalize difficulty
This commit is contained in:
@@ -56,8 +56,8 @@ pub fn process_crown<'a, 'info>(
|
||||
}
|
||||
|
||||
// Crown the new top staker.
|
||||
config.max_stake = proof_new.balance;
|
||||
config.top_staker = *proof_new_info.key;
|
||||
config.top_staker_balance = proof_new.balance;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user