File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ci/LDKSwift/Tests/LDKSwiftTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class LDKSwiftTest: XCTestCase {
28
28
func testVersionSanity( ) throws {
29
29
check_get_ldk_version ( )
30
30
check_get_ldk_bindings_version ( )
31
- check_platform ( )
31
+ // check_platform()
32
32
}
33
33
34
34
private func incrementalMemoryLeakTest( ) throws {
@@ -114,8 +114,8 @@ class LDKSwiftTest: XCTestCase {
114
114
path. append ( extraHop)
115
115
}
116
116
117
- let payee = Payee ( pubkey : Self . hexStringToBytes ( hexString: destPubkeyHex) !)
118
- let route = Route ( paths_arg: [ path] , payee_arg : payee )
117
+ let paymentParams = PaymentParameters ( payee_pubkey : Self . hexStringToBytes ( hexString: destPubkeyHex) !)
118
+ let route = Route ( paths_arg: [ path] , payment_params_arg : paymentParams )
119
119
}
120
120
121
121
func testExtendedActivity( ) throws {
You can’t perform that action at this time.
0 commit comments