= await web3.eth.sign(messageHash, account);
signature = signature.substr(0, 130) + (signature.substr(130) == "00" ? "1b" : "1c");
return signature;
};
woah. how did you do this with the text on here?
Обсуждают сегодня