Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan committed Dec 24, 2024
1 parent 8ce7d09 commit 8387ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/mev/bundle_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ func (s *Client) sendBundle(
success {"RequestID": "ctl32rfdqqbc73cb4m80", "id": "builder-blink",
"tx": ["0xd629cbb2b4b741f6e71f8daafdbe1d484c5b53020b9cca9a407e0a7cb65f394c"],
"uuid": null, "block": 21469801, "response":
{"jsonrpc":"2.0","id":1,"result":{"bundleHash":"\"0xf72e9e8afd22af2904857e03575eb6f125cabc0d18fe7fb89ee1f8c6861687ae\""},"error":{}},
{"jsonrpc":"2.0","id":1,
"result":{"bundleHash":"\"0xf72e9e8afd22af2904857e03575eb6f125cabc0d18fe7fb89ee1f8c6861687ae\""},
"error":{}},
"time": "661.127521ms", "start": "2024-12-24 03:58:37.475914455 +0000 UTC"}
so we need to strip before save to db
Expand Down
2 changes: 1 addition & 1 deletion pkg/mev/bundle_sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

func TestSendBundle(t *testing.T) {
//t.Skip()
t.Skip()

// Generate a new private key
privateKey, err := ecdsa.GenerateKey(crypto.S256(), rand.Reader)
Expand Down

0 comments on commit 8387ae1

Please sign in to comment.