mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-16 15:32:16 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90f7a5ec93 | ||
|
|
dd496c82c1 | ||
|
|
1dafc30db4 |
@@ -1,3 +1,7 @@
|
||||
# 0.4.2
|
||||
|
||||
* Fix ethereum private key format
|
||||
|
||||
# 0.4.1
|
||||
|
||||
* Fix no loading on chrome with third-party cookies blocked
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="container">
|
||||
|
||||
<h1 class="text-center">Mnemonic Code Converter</h1>
|
||||
<p class="version">v0.4.1</p>
|
||||
<p class="version">v0.4.2</p>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
@@ -1134,8 +1134,10 @@
|
||||
var hexAddress = addressBuffer.toString('hex');
|
||||
var checksumAddress = libs.ethUtil.toChecksumAddress(hexAddress);
|
||||
address = libs.ethUtil.addHexPrefix(checksumAddress);
|
||||
privkey = libs.ethUtil.addHexPrefix(privkey);
|
||||
pubkey = libs.ethUtil.addHexPrefix(pubkey);
|
||||
if (hasPrivkey) {
|
||||
privkey = libs.ethUtil.bufferToHex(keyPair.d.toBuffer());
|
||||
}
|
||||
}
|
||||
|
||||
// Stellar is different
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user