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

View File

@ -589,7 +589,7 @@ create temp table c (like blocks_challenges excluding constraints) on commit dro
return xerrors.Errorf("blk put: %w", err)
}
stmt3, err := tx.Prepare(`copy c (block, index, sector_id, parital) from stdin`)
stmt3, err := tx.Prepare(`copy c (block, index, sector_id, partial) from stdin`)
if err != nil {
return xerrors.Errorf("s3 create: %w", err)
}