Browse Source
Merge pull request #58 from CoboVault/btcpay
modify wallet file format
btc_only
soralit
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/com/cobo/cold/viewmodel/GlobalViewModel.java
|
|
@ -128,7 +128,7 @@ public class GlobalViewModel extends AndroidViewModel { |
|
|
|
try { |
|
|
|
xpubInfo.put("ExtPubKey", xpub); |
|
|
|
xpubInfo.put("MasterFingerprint", masterKeyFingerprint); |
|
|
|
xpubInfo.put("DerivationPath", getAccount(activity).getPath()); |
|
|
|
xpubInfo.put("AccountKeyPath", getAccount(activity).getPath().substring(2)); |
|
|
|
xpubInfo.put("CoboVaultFirmwareVersion", BuildConfig.VERSION_NAME); |
|
|
|
} catch (JSONException e) { |
|
|
|
e.printStackTrace(); |
|
|
|