Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Feb 15, 2024
1 parent 8c8094d commit 7fdd130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/vm/contracts_suave_eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func (b *suaveRuntime) extractHint(bundleBytes []byte) ([]byte, error) {
}

func (b *suaveRuntime) ethcall(contractAddr common.Address, input []byte, chainId string) ([]byte, error) {

backend, err := b.suaveContext.Backend.GetConfidentialEthBackend(chainId)
if err != nil {
return nil, fmt.Errorf("could not get eth backend: %w", err)
Expand Down

0 comments on commit 7fdd130

Please sign in to comment.