Skip to content

Commit

Permalink
chore: fix bad merge (#5707)
Browse files Browse the repository at this point in the history
Description
---
Fixes a bad merge
  • Loading branch information
SWvheerden authored Aug 31, 2023
1 parent b9145b3 commit f7e2753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_layer/core/src/validation/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ impl ValidationError {
err @ ValidationError::ValidatorNodeRegistrationMinLockHeight { .. } |
err @ ValidationError::InvalidValidatorNodeSignature |
err @ ValidationError::DifficultyError(_) |
err @ ValidationError::CoinbaseExceedsMaxLimit |
err @ ValidationError::CovenantTooLarge { .. } => Some(BanReason {
reason: format!("{}", err),
ban_duration: long_ban_duration.unwrap_or_else(|| Duration::from_secs(2 * 60 * 60)),
Expand Down

0 comments on commit f7e2753

Please sign in to comment.