We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9142931 commit 0168222Copy full SHA for 0168222
accounts/abi/bind/backends/simulated.go
@@ -38,6 +38,7 @@ import (
38
"github.com/ethereum/go-ethereum/rpc"
39
)
40
41
+var _ bind.ContractBackend = (SimulatedBackend)(nil)
42
var _ bind.ContractBackend = (*simBackend)(nil)
43
44
type SimChainManagement interface {
0 commit comments