mirror of
https://github.com/status-im/status-keycard.git
synced 2025-03-01 21:30:30 +00:00
remove debug code
This commit is contained in:
parent
a3aba74ffa
commit
e71c9d7f49
@ -1687,7 +1687,6 @@ public class KeycardTest {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(Hex.toHexString(keyTemplate));
|
|
||||||
DeterministicKey dk = deriveKey(keyPair, chainCode, path);
|
DeterministicKey dk = deriveKey(keyPair, chainCode, path);
|
||||||
ECKey key = dk.decompress();
|
ECKey key = dk.decompress();
|
||||||
assertEquals(KeycardApplet.TLV_KEY_TEMPLATE, keyTemplate[0]);
|
assertEquals(KeycardApplet.TLV_KEY_TEMPLATE, keyTemplate[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user