Skip to content

Commit 4b6ecf4

Browse files
committed
chore: self-review fix msg
1 parent 5d591ee commit 4b6ecf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/rs-sdk/src/core/error.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ pub enum DashCoreError {
1616
/// Error from Dash Core.
1717
#[error("Dash Core RPC error: {0}")]
1818
Rpc(#[from] dashcore_rpc::Error),
19-
/// Invalid format of the hash.
20-
#[error("Invalid data format: {0}")]
19+
/// Quorum is invalid.
20+
#[error("Invalid quorum: {0}")]
2121
InvalidQuorum(String),
2222

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

0 commit comments

Comments
 (0)