From 413bd1b1c5d39c0b21af8edd4b0c32795fb538ca Mon Sep 17 00:00:00 2001 From: Stephen Pair Date: Sun, 7 Jul 2013 14:08:39 -0400 Subject: [PATCH] uggg...and yet one more tab removed --- BitcoinAddress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitcoinAddress.js b/BitcoinAddress.js index 56121d5e7..345256412 100644 --- a/BitcoinAddress.js +++ b/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'); };