Skip to content

Commit 024b0b8

Browse files
authored
Hotifx: do not return locked connector utxos (#186)
1 parent bb208ec commit 024b0b8

File tree

1 file changed

+0
-3
lines changed
  • server/internal/infrastructure/ocean-wallet

1 file changed

+0
-3
lines changed

server/internal/infrastructure/ocean-wallet/account.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ func (s *service) ListConnectorUtxos(
3939
for _, utxo := range res.GetSpendableUtxos().GetUtxos() {
4040
utxos = append(utxos, utxo)
4141
}
42-
for _, utxo := range res.GetLockedUtxos().GetUtxos() {
43-
utxos = append(utxos, utxo)
44-
}
4542

4643
return utxos, nil
4744
}

0 commit comments

Comments
 (0)