uggg...and yet one more tab removed

This commit is contained in:
Stephen Pair 2013-07-07 14:08:39 -04:00
parent 467336fdcb
commit 413bd1b1c5
1 changed files with 1 additions and 1 deletions

View File

@ -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');
};