goimports -w; comments; refactor test

This commit is contained in:
Ian Norden
2019-12-02 11:03:36 -06:00
parent 2a98a30ee9
commit a59bd06a37
27 changed files with 75 additions and 67 deletions
+3 -2
View File
@@ -17,13 +17,14 @@
package test_data
import (
"math/rand"
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/vulcanize/vulcanizedb/libraries/shared/factories/event"
"github.com/vulcanize/vulcanizedb/libraries/shared/transformer"
"math/rand"
"time"
)
var startingBlockNumber = rand.Int63()