change derivation path for whisper key

This commit is contained in:
Dmitry Novotochinov 2018-11-28 18:55:36 +03:00
parent 6b1991beaf
commit dc04f2e5b0
No known key found for this signature in database
GPG Key ID: 43D1DAF5AD39C927
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ public class SmartCard extends BroadcastReceiver implements CardListener {
byte[] tlv = cmdSet.exportKey(WalletAppletCommandSet.EXPORT_KEY_P1_ANY, true).checkOK().getData();
BIP32KeyPair walletKeyPair = BIP32KeyPair.fromTLV(tlv);
String whisperPath = "m/43'/60'/1581'/0/1073741824'";
String whisperPath = "m/43'/60'/1581'/0'/0";
cmdSet.deriveKey(whisperPath).checkOK();
Log.i(TAG, "Derived " + whisperPath);