Skip to content

Commit 29ad5a0

Browse files
committed
disable superclass override of TestKeysInterface.swift
1 parent 04ef439 commit 29ad5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/LDKSwift/Tests/LDKSwiftTests/TestKeysInterface.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import LDKSwift
99
import LDKHeaders
1010

1111
class TestKeysInterface: KeysInterface {
12-
override func get_node_secret() -> [UInt8] {
13-
return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
14-
}
12+
// override func get_node_secret() -> [UInt8] {
13+
// return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
14+
// }
1515
}

0 commit comments

Comments
 (0)