File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ program such as the Record program.
109
109
- The resulting shreds specify different shred versions.
110
110
111
111
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
113
113
` 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.
115
115
116
116
#### Proof verification
117
117
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:
120
120
121
121
- Both shreds specify the same index and shred type, however their payloads
122
122
differ
You can’t perform that action at this time.
0 commit comments