Fix order
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
2a2a18a163
commit
af61dfd8cd
@ -605,8 +605,8 @@ create temp table c (like blocks_challenges excluding constraints) on commit dro
|
|||||||
if _, err := stmt3.Exec(
|
if _, err := stmt3.Exec(
|
||||||
bh.Cid().String(),
|
bh.Cid().String(),
|
||||||
index,
|
index,
|
||||||
c.Partial,
|
|
||||||
c.SectorID,
|
c.SectorID,
|
||||||
|
c.Partial,
|
||||||
c.ChallengeIndex); err != nil {
|
c.ChallengeIndex); err != nil {
|
||||||
log.Error(err)
|
log.Error(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user