mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
modify its back to it's
This commit is contained in:
parent
81287862cc
commit
4a656ee2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ type ContractRef interface {
|
||||||
// AccountRef implements ContractRef.
|
// AccountRef implements ContractRef.
|
||||||
//
|
//
|
||||||
// Account references are used during EVM initialisation and
|
// Account references are used during EVM initialisation and
|
||||||
// its primary use is to fetch addresses. Removing this object
|
// it's primary use is to fetch addresses. Removing this object
|
||||||
// proves difficult because of the cached jump destinations which
|
// proves difficult because of the cached jump destinations which
|
||||||
// are fetched from the parent contract (i.e. the caller), which
|
// are fetched from the parent contract (i.e. the caller), which
|
||||||
// is a ContractRef.
|
// is a ContractRef.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue