Rename vtxo is_oor to is_pending (#385)

* Rename vtxo is_oor > is_pending

* Clean swaggers
This commit is contained in:
Pietralberto Mazza
2024-11-20 02:36:35 +01:00
committed by GitHub
parent 247c8bcadf
commit 403a82e25e
11 changed files with 232 additions and 1052 deletions

View File

@@ -768,7 +768,7 @@ func vtxosFromRest(restVtxos []*models.V1Vtxo) []client.Vtxo {
RoundTxid: v.RoundTxid,
ExpiresAt: expiresAt,
RedeemTx: v.RedeemTx,
IsOOR: v.IsOor,
IsPending: v.IsPending,
SpentBy: v.SpentBy,
CreatedAt: createdAt,
}