fix: make gen

This commit is contained in:
Steven Allen 2023-02-10 09:32:59 -08:00
parent cc302dd68b
commit b0d917d542
4 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2794,7 +2794,7 @@ Response:
"address": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031", "address": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"data": "0x07", "data": "0x07",
"topics": [ "topics": [
"0x07" "0x37690cfec6c1bf4c3b9288c7a5d783e98731e90b0a4c177c2a374c7a9427355e"
], ],
"removed": true, "removed": true,
"logIndex": "0x5", "logIndex": "0x5",

View File

@ -3,10 +3,11 @@ package full
import ( import (
"testing" "testing"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/stretchr/testify/require" "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) { func TestEthLogFromEvent(t *testing.T) {