mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi/bind: minor fixes
This commit is contained in:
parent
d41cfec628
commit
c7bc9a4ece
1 changed files with 4 additions and 4 deletions
|
|
@ -1407,15 +1407,15 @@ var bindTests = []struct {
|
|||
},
|
||||
{
|
||||
"IdentifierCollision",
|
||||
`
|
||||
`
|
||||
pragma solidity >=0.4.19 <0.6.0;
|
||||
|
||||
contract IdentifierCollision {
|
||||
uint public _myVar;
|
||||
|
||||
function MyVar() public view returns (uint) {
|
||||
return _myVar;
|
||||
}
|
||||
function MyVar() public view returns (uint) {
|
||||
return _myVar;
|
||||
}
|
||||
}
|
||||
`,
|
||||
[]string{"60806040523480156100115760006000fd5b50610017565b60c3806100256000396000f3fe608060405234801560105760006000fd5b506004361060365760003560e01c806301ad4d8714603c5780634ef1f0ad146058576036565b60006000fd5b60426074565b6040518082815260200191505060405180910390f35b605e607d565b6040518082815260200191505060405180910390f35b60006000505481565b60006000600050549050608b565b9056fea265627a7a7231582067c8d84688b01c4754ba40a2a871cede94ea1f28b5981593ab2a45b46ac43af664736f6c634300050c0032"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue