lpmarket: Fix result output in case of tx retry

This commit is contained in:
Łukasz Magiera 2024-02-20 14:14:26 +01:00
parent 534db8d458
commit 4808b49090

View File

@ -32,6 +32,8 @@ func AllocateSectorNumbers(ctx context.Context, a AllocAPI, db *harmonydb.DB, ma
var res []abi.SectorNumber
comm, err := db.BeginTransaction(ctx, func(tx *harmonydb.Tx) (commit bool, err error) {
res = nil // reset result in case of retry
// query from db, if exists unmarsal to bitfield
var dbAllocated bitfield.BitField
var rawJson []byte