Skip to content

Commit

Permalink
accounts/abi/bind/backends: make sure SimulatedBackend interface sati…
Browse files Browse the repository at this point in the history
…sfies ContractBackend
  • Loading branch information
MariusVanDerWijden committed Dec 5, 2023
1 parent 24d3c33 commit 4fcb939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/abi/bind/backends/simulated.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)

var _ bind.ContractBackend = (SimulatedBackend)(nil)
var _ bind.ContractBackend = (*simBackend)(nil)

type SimChainManagement interface {
Expand Down

0 comments on commit 4fcb939

Please sign in to comment.