This commit is contained in:
OutCast3k
2015-05-17 17:30:41 +00:00
parent 024c5e5342
commit b7e737a76b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -452,7 +452,7 @@
// derive key from index
r.derive = function(i){
i = (i)?:0;
i = (i)?i:0;
var blob = (Crypto.util.hexToBytes(this.keys.pubkey)).concat(coinjs.numToBytes(i,4).reverse());
var j = new jsSHA(Crypto.util.bytesToHex(blob), 'HEX');