Skip to content

Commit

Permalink
chore: self-review fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 6, 2024
1 parent 5d591ee commit 4b6ecf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rs-sdk/src/core/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pub enum DashCoreError {
/// Error from Dash Core.
#[error("Dash Core RPC error: {0}")]
Rpc(#[from] dashcore_rpc::Error),
/// Invalid format of the hash.
#[error("Invalid data format: {0}")]
/// Quorum is invalid.
#[error("Invalid quorum: {0}")]
InvalidQuorum(String),

/// Fork not activated yet
#[error("Fork not activated yet: {0}")]
/// Fork activation error - most likely the fork is not activated yet.
#[error("Fork activation: {0}")]
ActivationForkError(String),
}

Expand Down

0 comments on commit 4b6ecf4

Please sign in to comment.