Skip to content

Commit

Permalink
Update CompoundLedgerDiscoveryService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
antonijzelinskij committed Jan 28, 2025
1 parent c8b3e39 commit 9a698df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class CompoundLedgerDiscoveryService(
private val delegates: List<LedgerDeviceDiscoveryService>
) : LedgerDeviceDiscoveryService {


private var discoveringSubscribersManager = DiscoveringSubscribersManager()

constructor(vararg delegates: LedgerDeviceDiscoveryService) : this(delegates.toList())
Expand Down

0 comments on commit 9a698df

Please sign in to comment.