We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec8de8 commit 4662f05Copy full SHA for 4662f05
testnet/stacks-node/src/nakamoto_node.rs
@@ -114,8 +114,6 @@ pub enum Error {
114
/// A failure occurred while constructing a VRF Proof
115
#[error("A failure occurred while constructing a VRF Proof")]
116
BadVrfConstruction,
117
- #[error("The miner didn't accept their own block")]
118
- CannotSelfSign,
119
#[error("A failure occurred while mining: {0}")]
120
MiningFailure(#[from] ChainstateError),
121
/// The miner didn't accept their own block
0 commit comments