remove motherlode

This commit is contained in:
Hardhat Chad
2025-06-24 14:42:14 -05:00
parent fdeb2cf82a
commit e7874a6322
9 changed files with 21 additions and 82 deletions

View File

@@ -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> {