mekhiya / Ethablish

Gasless Email Verification & VRF Licenses generation
1 stars 1 forks source link

Send Fund - sends funds to Contract instead of Wallet address #2

Open mekhiya opened 2 years ago

mekhiya commented 2 years ago

below line needs to change from address _to = emailHashToEmailProfile[_emailHashVer].accountAddress;

new line

    address _to = payable(emailHashToEmailProfile[_emailHashVer].accountAddress);
mekhiya commented 2 years ago

address _to = payable(emailHashToEmailProfile[_emailHashVer].accountAddress);