fix: js error

This commit is contained in:
moneroexamples 2018-01-28 09:23:26 +08:00
parent fd1f66dfbe
commit 92441758fe
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@
var num_keys = Math.floor(key_str.length / 64);
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++)
{