accounts/abi: fix typo

Signed-off-by: purelualight <purelualight@outlook.com>
This commit is contained in:
purelualight 2026-04-23 00:59:23 +08:00
parent 8e2107dc39
commit e608a792fd

View file

@ -329,7 +329,7 @@ func TestContractLinking(t *testing.T) {
map[rune]struct{}{},
},
// 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{
'a': {'b', 'c', 'd', 'e'},
'f': {'g', 'c', 'd', 'h'}},