Skip to content

Commit a888381

Browse files
committed
mend
1 parent 40c979b commit a888381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/go/0chain.net/blobbercore/allocation/protocol.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ func FetchAllocationFromEventsDB(ctx context.Context, allocationID string, alloc
174174
alloc.StartTime = a.StartTime
175175
alloc.BlobberSize = a.BlobberSize
176176
alloc.OwnerSigningPublicKey = a.OwnerSigningPublicKey
177+
logging.Logger.Info("updatingAllocation", zap.String("allocation_id", a.ID), zap.String("allocation_tx", a.Tx))
177178
}
178179
err = Repo.UpdateAllocation(ctx, a, updateMap, updateOption)
179180
}

0 commit comments

Comments
 (0)