Skip to content

Commit

Permalink
chore: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 6, 2024
1 parent 4b6ecf4 commit 43736ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rs-sdk/src/core/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub enum DashCoreError {
/// Error from Dash Core.
#[error("Dash Core RPC error: {0}")]
Rpc(#[from] dashcore_rpc::Error),

/// Quorum is invalid.
#[error("Invalid quorum: {0}")]
InvalidQuorum(String),
Expand Down

0 comments on commit 43736ef

Please sign in to comment.