mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
comment
This commit is contained in:
@@ -160,7 +160,7 @@ pub fn process_mine<'a, 'info>(accounts: &'a [AccountInfo<'info>], data: &[u8])
|
||||
|
||||
// Limit payout amount to whatever is left in the bus.
|
||||
//
|
||||
// Busses are limited to distributing 1 ORE per epoch. This is also the maximum amount a miner can earn
|
||||
// Busses are limited to distributing 1 ORE per epoch. This is also the maximum amount that will be paid out
|
||||
// for any given hash.
|
||||
let reward_actual = reward.min(bus.rewards).min(ONE_ORE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user