aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/database.go
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-14 19:57:08 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-14 19:57:08 +0800
commitff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e (patch)
treea24053606d175398e2895d4e08e7c5b6f710f66b /ethdb/database.go
parent3ac74b1e7840720e8ae426c751328ed7595188a8 (diff)
parentf4fa0d48cb10f925908062357be965c54370cba9 (diff)
downloaddexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar.gz
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar.bz2
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar.lz
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar.xz
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.tar.zst
dexon-ff2cf2dacd3470e7c2800e2f3644cfc05dfa6c4e.zip
Merge branch 'develop' of github.com:ethereum/eth-go into develop
Diffstat (limited to 'ethdb/database.go')
-rw-r--r--ethdb/database.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethdb/database.go b/ethdb/database.go
index 3dbff36de..09e9d8c7d 100644
--- a/ethdb/database.go
+++ b/ethdb/database.go
@@ -54,11 +54,13 @@ func (db *LDBDatabase) LastKnownTD() []byte {
return data
}
+/*
func (db *LDBDatabase) GetKeys() []*ethutil.Key {
data, _ := db.Get([]byte("KeyRing"))
return []*ethutil.Key{ethutil.NewKeyFromBytes(data)}
}
+*/
func (db *LDBDatabase) Close() {
// Close the leveldb database