Skip to content

Commit f671673

Browse files
committed
fix: use token reject reason for inactive DIP3
1 parent 4d38776 commit f671673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/evo/specialtxman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static bool CheckSpecialTxInner(CDeterministicMNManager& dmnman, llmq::CQuorumSn
110110
return true;
111111

112112
if (!DeploymentActiveAfter(pindexPrev, chainman.GetConsensus(), Consensus::DEPLOYMENT_DIP0003)) {
113-
return state.Invalid(TxValidationResult::TX_BAD_SPECIAL, "bad-tx-type (DIP0003 is not active)");
113+
return state.Invalid(TxValidationResult::TX_BAD_SPECIAL, "bad-tx-type-dip3-inactive");
114114
}
115115

116116
try {

0 commit comments

Comments
 (0)