Skip to content

Commit

Permalink
Fix/finalize (#1285)
Browse files Browse the repository at this point in the history
* Debug finalize

* Debug finalize

* Debug finalize

* Debug finalize

* Debug finalize

* Fix finalize

* Debug

* Fix

* FIX

* Fixed

* Fixed
  • Loading branch information
Jayashsatolia403 authored Oct 9, 2023
1 parent 981a4ef commit e61d277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/go/0chain.net/blobbercore/allocation/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ func updateAllocationInDB(ctx context.Context, a *Allocation, sa *transaction.St
updateMap["tx"] = a.Tx
updateMap["owner_id"] = a.OwnerID
updateMap["owner_public_key"] = a.OwnerPublicKey
updateMap["expiration"] = a.Expiration
updateMap["total_size"] = a.TotalSize
updateMap["expiration_date"] = a.Expiration
updateMap["size"] = a.TotalSize
updateMap["finalized"] = a.Finalized
updateMap["file_options"] = a.FileOptions
updateMap["blobber_size"] = a.BlobberSize
Expand Down

0 comments on commit e61d277

Please sign in to comment.