mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-21 20:54:20 +01:00
Hotifx: do not return locked connector utxos (#186)
This commit is contained in:
@@ -39,9 +39,6 @@ func (s *service) ListConnectorUtxos(
|
||||
for _, utxo := range res.GetSpendableUtxos().GetUtxos() {
|
||||
utxos = append(utxos, utxo)
|
||||
}
|
||||
for _, utxo := range res.GetLockedUtxos().GetUtxos() {
|
||||
utxos = append(utxos, utxo)
|
||||
}
|
||||
|
||||
return utxos, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user