We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb208ec commit 024b0b8Copy full SHA for 024b0b8
server/internal/infrastructure/ocean-wallet/account.go
@@ -39,9 +39,6 @@ func (s *service) ListConnectorUtxos(
39
for _, utxo := range res.GetSpendableUtxos().GetUtxos() {
40
utxos = append(utxos, utxo)
41
}
42
- for _, utxo := range res.GetLockedUtxos().GetUtxos() {
43
- utxos = append(utxos, utxo)
44
- }
45
46
return utxos, nil
47
0 commit comments