mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-16 11:51:35 +00:00
accounts/abi: fix typo
Signed-off-by: purelualight <purelualight@outlook.com>
This commit is contained in:
parent
8e2107dc39
commit
e608a792fd
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ func TestContractLinking(t *testing.T) {
|
||||||
map[rune]struct{}{},
|
map[rune]struct{}{},
|
||||||
},
|
},
|
||||||
// two contracts ('a' and 'f') share some dependencies. contract 'a' is marked as an override. expect that any of
|
// two contracts ('a' and 'f') share some dependencies. contract 'a' is marked as an override. expect that any of
|
||||||
// its depdencies that aren't shared with 'f' are not deployed.
|
// its dependencies that aren't shared with 'f' are not deployed.
|
||||||
linkTestCaseInput{map[rune][]rune{
|
linkTestCaseInput{map[rune][]rune{
|
||||||
'a': {'b', 'c', 'd', 'e'},
|
'a': {'b', 'c', 'd', 'e'},
|
||||||
'f': {'g', 'c', 'd', 'h'}},
|
'f': {'g', 'c', 'd', 'h'}},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue