good morning!!!!

Skip to content
Snippets Groups Projects
Commit 179255c3 authored by James Cunningham's avatar James Cunningham
Browse files

Merge branch 'goleveldb_fix' into develop

parents e98b53bb 4fad5958
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ func (db *LDBDatabase) Close() { ...@@ -60,7 +60,7 @@ func (db *LDBDatabase) Close() {
} }
func (db *LDBDatabase) Print() { func (db *LDBDatabase) Print() {
iter := db.db.NewIterator(nil) iter := db.db.NewIterator(nil,nil)
for iter.Next() { for iter.Next() {
key := iter.Key() key := iter.Key()
value := iter.Value() value := iter.Value()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment