Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

cover the missing line in contract #28

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

AlizadeAlireza
Copy link
Contributor

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?

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
Copy link
Owner

nice!

@PatrickAlphaC PatrickAlphaC merged commit 120d45d into PatrickAlphaC:main Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants