File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
ldk-node-android/lib/src/androidTest/kotlin/org/lightningdevkit/ldknode
ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ class AndroidLibTest {
2828 config1.storageDirPath = tmpDir1
2929 config1.listeningAddresses = listOf (listenAddress1)
3030 config1.network = Network .REGTEST
31- config1.logLevel = LogLevel .TRACE
3231
3332 val config2 = defaultConfig()
3433 config2.storageDirPath = tmpDir2
3534 config2.listeningAddresses = listOf (listenAddress2)
3635 config2.network = Network .REGTEST
37- config2.logLevel = LogLevel .TRACE
3836
3937 val builder1 = Builder .fromConfig(config1)
4038 val builder2 = Builder .fromConfig(config2)
Original file line number Diff line number Diff line change @@ -118,15 +118,13 @@ class LibraryTest {
118118 config1.storageDirPath = tmpDir1
119119 config1.listeningAddresses = listOf (listenAddress1)
120120 config1.network = Network .REGTEST
121- config1.logLevel = LogLevel .TRACE
122121
123122 println (" Config 1: $config1 " )
124123
125124 val config2 = defaultConfig()
126125 config2.storageDirPath = tmpDir2
127126 config2.listeningAddresses = listOf (listenAddress2)
128127 config2.network = Network .REGTEST
129- config2.logLevel = LogLevel .TRACE
130128 println (" Config 2: $config2 " )
131129
132130 val builder1 = Builder .fromConfig(config1)
You can’t perform that action at this time.
0 commit comments