Fix order

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-01-27 13:09:00 -08:00
parent 2a2a18a163
commit af61dfd8cd
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -605,8 +605,8 @@ create temp table c (like blocks_challenges excluding constraints) on commit dro
if _, err := stmt3.Exec(
bh.Cid().String(),
index,
c.Partial,
c.SectorID,
c.Partial,
c.ChallengeIndex); err != nil {
log.Error(err)
}