Skip to content

Commit

Permalink
fix: 🚨 gosimple
Browse files Browse the repository at this point in the history
Signed-off-by: thanhpp <[email protected]>
  • Loading branch information
thanhpp committed Jan 11, 2024
1 parent 8ecb734 commit 5f68ad9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/mev/bloxroute_submit_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ func (s *BloxrouteClient) SendBundle(
resp.Error.Code, resp.Error.Messange)
}

return SendBundleResponse{
Jsonrpc: resp.Jsonrpc,
ID: resp.ID,
Result: resp.Result,
Error: resp.Error,
}, nil
return SendBundleResponse(resp), nil
}

type BLXRSubmitBundleRequest struct {
Expand Down

0 comments on commit 5f68ad9

Please sign in to comment.