Skip to content

Commit

Permalink
fix: make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 10, 2023
1 parent cc302dd commit b0d917d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/gateway.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/en/api-v1-unstable-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@ Response:
"address": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"data": "0x07",
"topics": [
"0x07"
"0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e"
],
"removed": true,
"logIndex": "0x5",
Expand Down
5 changes: 3 additions & 2 deletions node/impl/full/eth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package full
import (
"testing"

"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
"github.com/ipfs/go-cid"
"github.com/stretchr/testify/require"

"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
)

func TestEthLogFromEvent(t *testing.T) {
Expand Down

0 comments on commit b0d917d

Please sign in to comment.