Skip to content

Commit 0168222

Browse files
accounts/abi/bind/backends: make sure SimulatedBackend interface satisfies ContractBackend
1 parent 9142931 commit 0168222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accounts/abi/bind/backends/simulated.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import (
3838
"github.com/ethereum/go-ethereum/rpc"
3939
)
4040

41+
var _ bind.ContractBackend = (SimulatedBackend)(nil)
4142
var _ bind.ContractBackend = (*simBackend)(nil)
4243

4344
type SimChainManagement interface {

0 commit comments

Comments
 (0)