OSDN Git Service

add account_store.go
[bytom/vapor.git] / account / image.go
index 3562c5e..dd24170 100644 (file)
@@ -27,6 +27,7 @@ func (m *Manager) Backup() (*Image, error) {
                Slice: []*ImageSlice{},
        }
 
+       // GetAccounts()
        accountIter := m.db.IteratorPrefix(accountPrefix)
        defer accountIter.Release()
        for accountIter.Next() {