mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-17 07:26:52 +00:00
response data
This commit is contained in:
@@ -77,7 +77,7 @@ pub fn process_mine<'a, 'info>(
|
||||
proof.total_hashes = proof.total_hashes.saturating_add(1);
|
||||
proof.total_rewards = proof.total_rewards.saturating_add(1);
|
||||
|
||||
// Set return data
|
||||
// Log the mined rewards
|
||||
set_return_data(treasury.reward_rate.to_le_bytes().as_slice());
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user