diff --git a/blockExplorerApi/handler.go b/blockExplorerApi/handler.go index 16845e885b..de61956f15 100644 --- a/blockExplorerApi/handler.go +++ b/blockExplorerApi/handler.go @@ -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" ) diff --git a/shyftdb/shyft_database_util.go b/shyftdb/shyft_database_util.go index 26c8366aeb..2381be3dfa 100644 --- a/shyftdb/shyft_database_util.go +++ b/shyftdb/shyft_database_util.go @@ -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) diff --git a/vendor/vendor.json b/vendor/vendor.json index 5aafb1c153..c83c2d2889 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -790,5 +790,5 @@ "revisionTime": "2017-08-11T01:42:03Z" } ], - "rootPath": "github.com/ethereum/shyft_go-ethereum" + "rootPath": "github.com/ethereum/go-ethereum" }