mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: js error
This commit is contained in:
parent
fd1f66dfbe
commit
92441758fe
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
||||||
var num_keys = Math.floor(key_str.length / 64);
|
var num_keys = Math.floor(key_str.length / 64);
|
||||||
|
|
||||||
if (num_keys * 64 != key_str.length)
|
if (num_keys * 64 != key_str.length)
|
||||||
throw "num_keys * 64 != key_str.length;
|
throw "num_keys * 64 != key_str.length";
|
||||||
|
|
||||||
for (var i = 0; i < num_keys; i++)
|
for (var i = 0; i < num_keys; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue