We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7d13d commit 494866aCopy full SHA for 494866a
bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode/LibraryTest.kt
@@ -180,7 +180,7 @@ class LibraryTest {
180
config1.hrnConfig = HumanReadableNamesConfig(
181
resolutionConfig = HrnResolverConfig.Dns(
182
dnsServerAddress = "8.8.8.8:53",
183
- enableHrnResolutionService = false
+ enableHrnResolutionService = false
184
)
185
186
}
@@ -195,7 +195,7 @@ class LibraryTest {
195
config2.hrnConfig = HumanReadableNamesConfig(
196
197
198
199
200
201
0 commit comments