Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit ace5df1

Browse files
committed
fix wrong namespace
1 parent 9bf3220 commit ace5df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/js/ui.recover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ WHGl/N/YlZ/p38kb7ZXtuRca7VUPxRzqv3FrUBg
411411
}
412412
var oldSeed = String($('#recovery-old-seed').val())
413413

414-
if (!iota.utils.isTrytes(oldSeed)) {
414+
if (!iota.valid.isTrytes(oldSeed)) {
415415
oldSeed = oldSeed.replace(/([^A-Z])/g, '9')
416416
}
417417

0 commit comments

Comments
 (0)