File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ func (x *Xdata) pairingOptCheck(opt blockchain.ChallengeRequestOptions) error {
355355 TargetNode : opt .TargetNode ,
356356 FileID : opt .FileID ,
357357 SliceIDs : opt .SliceIDs ,
358+ SliceStorIndexes : opt .SliceStorIndexes ,
358359 ChallengeTime : opt .ChallengeTime ,
359360 Indices : opt .Indices ,
360361 Vs : opt .Vs ,
@@ -387,6 +388,7 @@ func (x *Xdata) merkleOptCheck(opt blockchain.ChallengeRequestOptions) error {
387388 TargetNode : opt .TargetNode ,
388389 FileID : opt .FileID ,
389390 SliceID : opt .SliceID ,
391+ SliceStorIndex : opt .SliceStorIndex ,
390392 Ranges : opt .Ranges ,
391393 ChallengeTime : opt .ChallengeTime ,
392394 HashOfProof : opt .HashOfProof ,
Original file line number Diff line number Diff line change @@ -342,6 +342,7 @@ func (x *Xdata) pairingOptCheck(opt blockchain.ChallengeRequestOptions) error {
342342 TargetNode : opt .TargetNode ,
343343 FileID : opt .FileID ,
344344 SliceIDs : opt .SliceIDs ,
345+ SliceStorIndexes : opt .SliceStorIndexes ,
345346 ChallengeTime : opt .ChallengeTime ,
346347 Indices : opt .Indices ,
347348 Vs : opt .Vs ,
@@ -374,6 +375,7 @@ func (x *Xdata) merkleOptCheck(opt blockchain.ChallengeRequestOptions) error {
374375 TargetNode : opt .TargetNode ,
375376 FileID : opt .FileID ,
376377 SliceID : opt .SliceID ,
378+ SliceStorIndex : opt .SliceStorIndex ,
377379 Ranges : opt .Ranges ,
378380 ChallengeTime : opt .ChallengeTime ,
379381 HashOfProof : opt .HashOfProof ,
You can’t perform that action at this time.
0 commit comments