Skip to content

Commit

Permalink
feat(SPV-834): add ReservedAt field
Browse files Browse the repository at this point in the history
  • Loading branch information
yarex-4chain committed Sep 4, 2024
1 parent 6b20a0a commit 3a23366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mappings/utxo.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func MapToUtxoContract(u *engine.Utxo) *response.Utxo {
Type: u.Type,
DraftID: u.DraftID.String,
SpendingTxID: u.SpendingTxID.String,
ReservedAt: u.ReservedAt.Time,
Transaction: MapToTransactionContract(u.Transaction),
}
}
Expand Down

0 comments on commit 3a23366

Please sign in to comment.