We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863bfae commit c9a3729Copy full SHA for c9a3729
core/state/access_list.go
@@ -166,7 +166,7 @@ func (al *accessList) Equal(other *accessList) bool {
166
167
// DeleteAddressCode removes an address code from the access list.
168
func (al *accessList) DeleteAddressCode(address common.Address) {
169
- delete(al.addresses, address)
+ delete(al.addressCodes, address)
170
}
171
172
// PrettyPrint prints the contents of the access list in a human-readable form
0 commit comments