cryptowarz / website-bugs

Bugs found on https://cryptowarz.net
1 stars 0 forks source link

add security to registration endpoints. #15

Closed cryptowarz closed 3 years ago

cryptowarz commented 3 years ago
web3.personal.sign(web3.toHex("Welcome to CryptoWarZ. I am who I say I am."), accounts[0], 
                   function(err, res) {
    // whatever
});
cryptowarz commented 3 years ago

done.