defiweb / go-eth

A suite of tools for interacting with Ethereum-based blockchains.
MIT License
12 stars 5 forks source link

Parse method with `payable` param failed #12

Open guotie opened 3 months ago

guotie commented 3 months ago
func TestABIBug(t *testing.T) {
    defiabi.MustParseMethod(`function sendTo(address payable to) external`)
}
panic: unexpected character 't', ',' or ')' expected