Skip to content

Commit

Permalink
chore: remove a couple of unexpected changes lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lean-apple committed Nov 8, 2024
1 parent f51fbcc commit 7b7a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ where
}

if let Some(account) = accessed_blacklisted {
return Err(ValidationApiError::Blacklist(account));
return Err(ValidationApiError::Blacklist(account))
}

self.consensus.validate_block_post_execution(
Expand Down

0 comments on commit 7b7a9b0

Please sign in to comment.