PatrickAlphaC / hardhat-nft-marketplace-fcc

114 stars 97 forks source link

cover the missing line in contract #28

Closed AlizadeAlireza closed 1 year ago

AlizadeAlireza commented 1 year ago

after checking and getting coverage, i find this. but i have no idea about (bool success, ) = payable(msg.sender).call{value: proceeds}(""); if (!success) { revert NftMarketplace__TransferFailed(); }

can you help me patrick?

PatrickAlphaC commented 1 year ago

nice!