Skip to content

Commit 4662f05

Browse files
committed
chore: remove unused NakamotoNodeError
1 parent bec8de8 commit 4662f05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testnet/stacks-node/src/nakamoto_node.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ pub enum Error {
114114
/// A failure occurred while constructing a VRF Proof
115115
#[error("A failure occurred while constructing a VRF Proof")]
116116
BadVrfConstruction,
117-
#[error("The miner didn't accept their own block")]
118-
CannotSelfSign,
119117
#[error("A failure occurred while mining: {0}")]
120118
MiningFailure(#[from] ChainstateError),
121119
/// The miner didn't accept their own block

0 commit comments

Comments
 (0)