Skip to content

Commit 7ca870d

Browse files
committed
fix: error message in block proposal
1 parent ba194c4 commit 7ca870d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/api/postblock_proposal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ impl NakamotoBlockProposal {
777777

778778
return Err(BlockValidateRejectReason {
779779
reason_code: ValidateRejectCode::InvalidTransactionReplay,
780-
reason: "Transaction is not in the replay set".into(),
780+
reason: "Next replay tx exceeds cost limits, so should have been in the next block.".into(),
781781
});
782782
}
783783
_ => {

0 commit comments

Comments
 (0)