Skip to content

Commit

Permalink
Hotifx: do not return locked connector utxos (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisinger authored Jun 21, 2024
1 parent bb208ec commit 024b0b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/internal/infrastructure/ocean-wallet/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 024b0b8

Please sign in to comment.