mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-25 22:34:19 +01:00
Use connectors utxos from swept rounds (#167)
* use connectors utxos from swept rounds * revert docker-compose.regtest.yml * add gitignore * fix integration tests
This commit is contained in:
3
client/.gitignore
vendored
3
client/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/build/
|
||||
/build/
|
||||
.vscode/
|
||||
@@ -38,6 +38,9 @@ func getVtxos(
|
||||
t := time.Unix(v.ExpireAt, 0)
|
||||
expireAt = &t
|
||||
}
|
||||
if v.Swept {
|
||||
continue
|
||||
}
|
||||
vtxos = append(vtxos, vtxo{
|
||||
amount: v.Receiver.Amount,
|
||||
txid: v.Outpoint.Txid,
|
||||
|
||||
Reference in New Issue
Block a user