Skip to content

Commit 0d13374

Browse files
committed
duplicate proof -> duplicate block proof
1 parent bd9d399 commit 0d13374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0204-slashable-event-verification.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ program such as the Record program.
109109
- The resulting shreds specify different shred versions.
110110

111111
After deserialization the slashing program will attempt to verify the proof, by
112-
checking that `shred1` and `shred2` constitute a valid duplicate proof for
112+
checking that `shred1` and `shred2` constitute a valid duplicate block proof for
113113
`slot` and are correctly signed by `node_pubkey`. This is similar to logic used
114-
in Solana's gossip protocol to verify duplicate proofs for use in fork choice.
114+
in Solana's gossip protocol to verify duplicate block proofs for use in fork choice.
115115

116116
#### Proof verification
117117

118-
`shred1` and `shred2` constitute a valid duplicate proof if any of the following
119-
conditions are met:
118+
`shred1` and `shred2` constitute a valid duplicate block proof if any of the
119+
following conditions are met:
120120

121121
- Both shreds specify the same index and shred type, however their payloads
122122
differ

0 commit comments

Comments
 (0)