remove duplicated code

This commit is contained in:
danielbroll
2022-05-10 12:48:26 +02:00
committed by Carsten Otto
parent e7e7bcf374
commit 6541032662
2 changed files with 16 additions and 19 deletions

View File

@@ -141,9 +141,9 @@ public class DemoApplication {
Pubkey.create(node.pubkey()),
node.alias(),
List.of(ChannelIdFixtures.CHANNEL_ID),
List.of(ChannelIdFixtures.CHANNEL_ID),
List.of(ChannelIdFixtures.CHANNEL_ID),
List.of(ChannelIdFixtures.CHANNEL_ID),
List.of(ChannelIdFixtures.CHANNEL_ID_2),
List.of(),
List.of(),
OnChainCostsDto.createFromModel(ON_CHAIN_COSTS),
BalanceInformationDto.createFromModel(BALANCE_INFORMATION),
OnlineReportDto.createFromModel(onlineReport),