mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
changed root dir
This commit is contained in:
parent
f72d64cdc5
commit
42301b32cc
3 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
2
vendor/vendor.json
vendored
|
|
@ -790,5 +790,5 @@
|
|||
"revisionTime": "2017-08-11T01:42:03Z"
|
||||
}
|
||||
],
|
||||
"rootPath": "github.com/ethereum/shyft_go-ethereum"
|
||||
"rootPath": "github.com/ethereum/go-ethereum"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue