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 29bf3c5 commit 43590fbCopy full SHA for 43590fb
android/app/src/androidTest/java/com/trustwallet/core/app/blockchains/TestCoinType.kt
@@ -73,7 +73,7 @@ class TestCoinType {
73
74
@Test
75
fun testDerivationPathPactus() {
76
- res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPath().toString()
+ var res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPath().toString()
77
assertEquals(res, "m/44'/21888'/3'/0'")
78
res = CoinType.createFromValue(CoinType.PACTUS.value()).derivationPathWithDerivation(Derivation.PACTUSMAINNET).toString()
79
0 commit comments