mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +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)
|
||||
|
||||
// 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.
|
||||
ContractCall(contract common.Address, data []byte, pending bool) ([]byte, error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue