remove alert
This commit is contained in:
parent
ac719345e8
commit
e9fa7e36ce
@ -164,7 +164,6 @@ BIP32.prototype.extendedPublicKeyString = function(format) {
|
||||
var data = Buffer.concat([this.extendedPublicKey, checksum]);
|
||||
return base58.encode(data);
|
||||
} else if (format === 'hex') {
|
||||
alert('calc'+this.extendedPublicKey.toString('hex'));
|
||||
return this.extendedPublicKey.toString('hex');;
|
||||
} else {
|
||||
throw new Error('bad format');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user