mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
remove log
This commit is contained in:
parent
830c48b630
commit
83c9fc2d50
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ func GetBlock(db *leveldb.DB, block *types.Block) {
|
|||
}
|
||||
|
||||
func GetAllTransactions(db *leveldb.DB) {
|
||||
//iter := db.NewIterator(util.BytesPrefix([]byte("tx-")), nil)
|
||||
iter := db.NewIterator(util.BytesPrefix([]byte("tx-")), nil)
|
||||
for iter.Next() {
|
||||
fmt.Println("\nALL TX VALUE: " + string(iter.Value()))
|
||||
|
|
|
|||
Loading…
Reference in a new issue