mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
fixed strange character
This commit is contained in:
parent
7db52dcdb5
commit
40b4de5346
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ type ContractCaller interface {
|
||||||
HasCode(contract common.Address, pending bool) (bool, error)
|
HasCode(contract common.Address, pending bool) (bool, error)
|
||||||
|
|
||||||
// ContractCall executes an Expanse contract call with the specified data as
|
// ContractCall executes an Expanse contract call with the specified data as
|
||||||
\ // the input. The pending flag requests execution against the pending block, not
|
// the input. The pending flag requests execution against the pending block, not
|
||||||
// the stable head of the chain.
|
// the stable head of the chain.
|
||||||
ContractCall(contract common.Address, data []byte, pending bool) ([]byte, error)
|
ContractCall(contract common.Address, data []byte, pending bool) ([]byte, error)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue