mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 12:14:21 +01:00
Drop unconditional forfeits txs in offline payment (#344)
* remove unconditionnal forfeit tx * fix sqlite vtxo repo * remove pendingData struct * delete uncond_forfeits_tx table
This commit is contained in:
@@ -87,22 +87,6 @@ type Tx struct {
|
||||
IsLeaf sql.NullBool
|
||||
}
|
||||
|
||||
type UncondForfeitTx struct {
|
||||
ID int64
|
||||
Tx string
|
||||
VtxoTxid string
|
||||
VtxoVout int64
|
||||
Position int64
|
||||
}
|
||||
|
||||
type UncondForfeitTxVw struct {
|
||||
ID sql.NullInt64
|
||||
Tx sql.NullString
|
||||
VtxoTxid sql.NullString
|
||||
VtxoVout sql.NullInt64
|
||||
Position sql.NullInt64
|
||||
}
|
||||
|
||||
type Vtxo struct {
|
||||
Txid string
|
||||
Vout int64
|
||||
|
||||
Reference in New Issue
Block a user