Skip to content

Commit fcc6088

Browse files
lklimekclaude
andcommitted
docs(contested-names): remove time-bound retry-chain reference from pre-flight comment
The ~70 s retry chain text is platform-version-bound and will age badly once Platform's MasternodeVote picks up `validates_full_state_on_check_tx()` (b44ccff5, v3.1.0-dev.1+) — CheckTx will start rejecting missing polls and the client-visible cost drops. The pre-flight's durable value is fail-fast with an actionable error regardless of server-side timing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 89d5de3 commit fcc6088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend_task/contested_names/vote_on_dpns_name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl AppContext {
6868
};
6969

7070
// Pre-flight: confirm Platform has an open poll for this label before
71-
// broadcasting — avoids the ~70 s retry chain on a missing poll.
71+
// broadcasting — fails fast with VotePollNotFound if it doesn't.
7272
let existence_query = VotePollsByDocumentTypeQuery {
7373
contract_id: data_contract.id(),
7474
document_type_name: document_type.name().to_string(),

0 commit comments

Comments
 (0)