mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi/bind/backends: make sure SimulatedBackend interface satisfies ContractBackend
This commit is contained in:
parent
8cc25715d2
commit
7e95bfb04e
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/rpc"
|
||||
)
|
||||
|
||||
var _ bind.ContractBackend = (SimulatedBackend)(nil)
|
||||
var _ bind.ContractBackend = (*simBackend)(nil)
|
||||
|
||||
type SimChainManagement interface {
|
||||
|
|
|
|||
Loading…
Reference in a new issue