mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-17 07:26:52 +00:00
add post balance to MineEvent log
This commit is contained in:
@@ -8,6 +8,7 @@ pub struct MineEvent {
|
||||
pub difficulty: u64,
|
||||
pub reward: u64,
|
||||
pub timing: i64,
|
||||
pub balance: u64,
|
||||
}
|
||||
|
||||
impl_to_bytes!(MineEvent);
|
||||
|
||||
Reference in New Issue
Block a user