Rmove blank line

This commit is contained in:
ghubstan 2020-06-18 12:55:31 -03:00
parent b0e278f32e
commit 1930411e61
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -54,7 +54,6 @@ class CoreWalletsService {
private final Function<Long, String> formatSatoshis = (sats) ->
btcFormat.format(BigDecimal.valueOf(sats).divide(satoshiDivisor));
@Inject
public CoreWalletsService(Balances balances,
WalletsManager walletsManager,