Skip to content

Commit

Permalink
build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Nov 13, 2023
1 parent 6bc4738 commit fff14f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_layer/core/src/proof_of_work/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl PowError {
reason: err.to_string(),
ban_duration: BanPeriod::Long,
}),
#[cfg(feature = "base_node")]
PowError::MergeMineError(e) => e.get_ban_reason(),
}
}
Expand Down

0 comments on commit fff14f0

Please sign in to comment.