Update bitaddress-brainvanity.html
This commit is contained in:
parent
78775050a7
commit
a4227cb831
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue