remove log

This commit is contained in:
greg 2018-04-15 21:52:45 -04:00
parent 830c48b630
commit 83c9fc2d50

View file

@ -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()))