Flop kick (#28)

* FlopKick transformer
This commit is contained in:
Elizabeth
2018-09-26 09:42:52 -05:00
committed by GitHub
parent a0ba6ca6bd
commit 31516ea87e
25 changed files with 1247 additions and 100 deletions
+1 -1
View File
@@ -9,9 +9,9 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/pkg/errors"
"github.com/vulcanize/vulcanizedb/pkg/core"
vulcCommon "github.com/vulcanize/vulcanizedb/pkg/geth/converters/common"
"errors"
)
var ErrEmptyHeader = errors.New("empty header returned over RPC")