Made it clear the PoW challenge can take a long time and nothing is broken
This commit is contained in:
parent
fd7e5274e9
commit
1a94acba76
|
@ -89,7 +89,7 @@ signupButton.addEventListener("click", () => {
|
|||
}
|
||||
|
||||
showElements(false)
|
||||
statusBox.innerText = "Beginning proof-of-work challenge..."
|
||||
statusBox.innerText = "Computing PoW Challenge... (this may take up to 5 minutes at worst, 3 seconds at best)"
|
||||
|
||||
/*
|
||||
* Compiled version of:
|
||||
|
|
Reference in New Issue