fix typo
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
4379ff60f6
commit
29f3d6aa28
@ -589,7 +589,7 @@ create temp table c (like blocks_challenges excluding constraints) on commit dro
|
|||||||
return xerrors.Errorf("blk put: %w", err)
|
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 {
|
if err != nil {
|
||||||
return xerrors.Errorf("s3 create: %w", err)
|
return xerrors.Errorf("s3 create: %w", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user