endophysics

Results 2 comments of endophysics

I just ran into the same error message with a single arg function, `function proveSmth(uint256 amount) public {}` I'm on ``` dapp 0.34.0 solc, the solidity compiler commandline interface Version:...

I did some more digging and came up with this small example. The addition of `{value: amount}` being what triggers it. `Tt.t.sol`: ``` // SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.6; import...