changed root dir

This commit is contained in:
Dustin Brickwood 2018-04-23 10:46:12 -04:00
parent f72d64cdc5
commit 42301b32cc
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ import (
_ "github.com/lib/pq"
shyftdb "github.com/ethereum/shyft_go-ethereum/shyftdb"
shyftdb "github.com/ethereum/go-ethereum/shyftdb"
"github.com/gorilla/mux"
)

View file

@ -109,9 +109,9 @@ func WriteTransactions(sqldb *sql.DB, tx *types.Transaction, blockHash common.Ha
nonce := txData.Nonce
gas := txData.Gas
data := txData.Data
fmt.Println("+++++++++BLOCKHASHER", txHash)
fmt.Println("+++++++++BLOCKHASHER", from)
fmt.Println("+++++++++BLOCKHASHER", to)
fmt.Println("+++++++++txHash", txHash)
fmt.Println("+++++++++from", from)
fmt.Println("+++++++++to", to)
fmt.Println("+++++++++BLOCKHASHER", blockHasher)
fmt.Println("+++++++++amount", amount)
fmt.Println("+++++++++gas Price", gasPrice)

2
vendor/vendor.json vendored
View file

@ -790,5 +790,5 @@
"revisionTime": "2017-08-11T01:42:03Z"
}
],
"rootPath": "github.com/ethereum/shyft_go-ethereum"
"rootPath": "github.com/ethereum/go-ethereum"
}