Skip to content

Commit 820cd52

Browse files
working
1 parent d43e7e1 commit 820cd52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dash/src/sml/quorum_validation_error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ use crate::sml::llmq_type::LLMQType;
1111
pub enum ClientDataRetrievalError {
1212
#[error("Required block not present: {0}")]
1313
RequiredBlockNotPresent(BlockHash),
14+
15+
#[error("Coinbase not found on block: {0}")]
16+
CoinbaseNotFoundOnBlock(BlockHash),
1417
}
1518

1619
#[derive(Debug, Error, Clone, Ord, PartialOrd, PartialEq, Hash, Eq)]

0 commit comments

Comments
 (0)