mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 04:34:19 +01:00
Rename vtxo is_oor to is_pending (#385)
* Rename vtxo is_oor > is_pending * Clean swaggers
This commit is contained in:
committed by
GitHub
parent
247c8bcadf
commit
403a82e25e
@@ -144,7 +144,7 @@ func (v vtxoList) toProto() []*arkv1.Vtxo {
|
||||
SpentBy: vv.SpentBy,
|
||||
Swept: vv.Swept,
|
||||
RedeemTx: vv.RedeemTx,
|
||||
IsOor: len(vv.RedeemTx) > 0,
|
||||
IsPending: len(vv.RedeemTx) > 0,
|
||||
Pubkey: vv.Pubkey,
|
||||
CreatedAt: vv.CreatedAt,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user