mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
remove motherlode
This commit is contained in:
@@ -156,10 +156,6 @@ fn print_block(block: Block, clock: &Clock) {
|
||||
println!(" Lode hash: {:?}", block.reward.lode_hash);
|
||||
println!(" Nugget reward: {:?}", block.reward.nugget_reward);
|
||||
println!(" Nugget threshold: {:?}", block.reward.nugget_threshold);
|
||||
println!(
|
||||
" Motherlode threshold: {:?}",
|
||||
block.reward.motherlode_threshold
|
||||
);
|
||||
}
|
||||
|
||||
async fn log_blocks(rpc: &RpcClient) -> Result<(), anyhow::Error> {
|
||||
|
||||
Reference in New Issue
Block a user