Skip to content

Commit a856480

Browse files
committed
improve logging
1 parent 4264d98 commit a856480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/LDKSwift/Tests/LDKSwiftTests/LDKSwiftTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class LDKSwiftTests: XCTestCase {
350350
let paths = route.get_paths()
351351
print("found route with \(paths.count) paths!")
352352
for currentPath in paths {
353-
print("\n\nPath Option:")
353+
print("\nPath Option:")
354354
for currentHop in currentPath {
355355
print("scid: \(currentHop.get_short_channel_id()), pubkey: \(currentHop.get_pubkey()), fee (msat): \(currentHop.get_fee_msat()), CLTV delta: \(currentHop.get_cltv_expiry_delta())")
356356
}

0 commit comments

Comments
 (0)