diff --git a/core/src/main/java/bisq/core/grpc/CoreWalletsService.java b/core/src/main/java/bisq/core/grpc/CoreWalletsService.java index 93110315ce..fcacd43dcb 100644 --- a/core/src/main/java/bisq/core/grpc/CoreWalletsService.java +++ b/core/src/main/java/bisq/core/grpc/CoreWalletsService.java @@ -54,7 +54,6 @@ class CoreWalletsService { private final Function formatSatoshis = (sats) -> btcFormat.format(BigDecimal.valueOf(sats).divide(satoshiDivisor)); - @Inject public CoreWalletsService(Balances balances, WalletsManager walletsManager,