Browse Source

uggg...and yet one more tab removed

patch-2
Stephen Pair 12 years ago
parent
commit
413bd1b1c5
  1. 2
      BitcoinAddress.js

2
BitcoinAddress.js

@ -39,7 +39,7 @@ function ClassSpec(b) {
};
// convert to a string (in base58 form)
BitcoinAddress.prototype.toString = function() {
BitcoinAddress.prototype.toString = function() {
return this.as('base58');
};

Loading…
Cancel
Save