Skip to content

Commit 1715e9f

Browse files
committed
Remove experimental method from TestBroadcasterInterface
1 parent bcfba40 commit 1715e9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ci/LDKSwift/Tests/LDKSwiftTests/TestBroadcasterInterface.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,4 @@ class TestBroadcasterInterface: BroadcasterInterface {
1414
// insert code to broadcast transaction
1515
}
1616

17-
func testthis(km: KeysManager){
18-
var result = km.spend_spendable_outputs(descriptors: [], outputs: [], change_destination_script: [], feerate_sat_per_1000_weight: 0)
19-
// result.
20-
result.cOpaqueStruct
21-
22-
}
23-
2417
}

0 commit comments

Comments
 (0)