remove global (not that it matters but looks prettier in my emacs)
This commit is contained in:
parent
f7300fb979
commit
9ed4f0f4df
@ -90,7 +90,7 @@ utils.fromBase58 = function fromBase58(str) {
|
|||||||
for (var i = 0; i < str.length; i++)
|
for (var i = 0; i < str.length; i++)
|
||||||
if (str[i] !== '1')
|
if (str[i] !== '1')
|
||||||
break;
|
break;
|
||||||
zeroes = i;
|
var zeroes = i;
|
||||||
|
|
||||||
// Read 4-char words and add them to bignum
|
// Read 4-char words and add them to bignum
|
||||||
var q = 1;
|
var q = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user