We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09db3d commit 804ea1dCopy full SHA for 804ea1d
src/commonTest/kotlin/fr/acinq/lightning/crypto/SchaChainTestsCommon.kt renamed to src/commonTest/kotlin/fr/acinq/lightning/crypto/ShaChainTestsCommon.kt
@@ -9,7 +9,7 @@ import kotlin.test.assertFailsWith
9
import kotlin.test.assertTrue
10
11
12
-class SchaChainTestsCommon : LightningTestSuite() {
+class ShaChainTestsCommon : LightningTestSuite() {
13
private val expected = listOf(
14
Hex.decode("f85a0f7f237ed2139855703db4264de380ec731f64a3d832c22a5f2ef615f1d5"),
15
Hex.decode("a07acb1203f8d7a761eb43e109e46fd877031a6fd2a8e6840f064a49ba826aec"),
0 commit comments