We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e41b6cd + c60fa1a commit c3c761dCopy full SHA for c3c761d
src/dapp/README.md
@@ -176,7 +176,7 @@ We can symbolically explore all possibilities to find the one that lets us withd
176
177
```solidity
178
function proveFail_withdraw(uint guess) public {
179
- address(dapptutorial).transfer(1 ether);
+ payable(address(dapptutorial)).transfer(1 ether);
180
uint preBalance = address(this).balance;
181
dapptutorial.withdraw(guess);
182
uint postBalance = address(this).balance;
0 commit comments