Skip to content

Commit a9d2bf0

Browse files
committed
Trim proposer attestation comment to focus on the why
1 parent 48a01e1 commit a9d2bf0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

crates/blockchain/src/lib.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,9 @@ impl BlockChainServer {
220220
return;
221221
};
222222

223-
// Create proposer's attestation (attests to the new block)
224-
//
225-
// Use post-block checkpoints from the state transition rather than the
226-
// store's current values. The block's attestations may have advanced
227-
// justification/finalization, but the block hasn't been imported yet.
223+
// Create proposer's attestation using post-block checkpoints because
224+
// the block's attestations may have advanced justification/finalization
225+
// but the block hasn't been imported into the store yet.
228226
let proposer_attestation = Attestation {
229227
validator_id,
230228
data: AttestationData {

0 commit comments

Comments
 (0)