Pad eth private keys correctly

Fixes #469
This commit is contained in:
Ian Coleman
2021-02-12 23:33:19 +00:00
parent 9a82f12b91
commit a362ff2f62
2 changed files with 23 additions and 1 deletions

View File

@@ -1238,7 +1238,7 @@
address = libs.ethUtil.addHexPrefix(checksumAddress);
pubkey = libs.ethUtil.addHexPrefix(pubkey);
if (hasPrivkey) {
privkey = libs.ethUtil.bufferToHex(keyPair.d.toBuffer());
privkey = libs.ethUtil.bufferToHex(keyPair.d.toBuffer(32));
}
}
//TRX is different