mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
Apply suggestion from @jwasinger
This commit is contained in:
parent
b68ec987ce
commit
4508b35da4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ func (s *StateAccessList) Merge(other *StateAccessList) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy returns a deep copy of the StateAccessList. A nil receiver copies to nil.
|
// Copy returns a deep copy of the StateAccessList.
|
||||||
func (s *StateAccessList) Copy() *StateAccessList {
|
func (s *StateAccessList) Copy() *StateAccessList {
|
||||||
if s == nil {
|
if s == nil {
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue