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