Update bitaddress-brainvanity.html

This commit is contained in:
Jpja 2015-01-16 09:48:00 +02:00
parent 78775050a7
commit a4227cb831

View file

@ -23,9 +23,9 @@
var vanitytype = key.substring(4,5);
if (/[^+\-\*\/]/.test(vanitytype)) { alert("The fifth character shall represent the kind of pattern. It must be +, -, * or /."); return; }
var j = pattern.length + 1;
var i = 0;
var bytes;
var btcKey;
var i = 0;
var bytes;
var btcKey;
if (vanitytype == '+') {
do {
i = i + 1;