Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Jan 27, 2020
1 parent 2a2a18a commit af61dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-chainwatch/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit af61dfd

Please sign in to comment.