Commit 8e04c110 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent 48767433
......@@ -91,7 +91,6 @@ func (ddb *DexDB) GetOrNewAccountObject(address common.Address) (acc *AccountObj
ddb.Unlock()
return acc, nil
}
ddb.Unlock()
// get from db
......@@ -137,9 +136,6 @@ func (ddb *DexDB) SaveAccountObject(acc *AccountObject) error {
if acc == nil {
return nil
}
if acc == nil {
return nil
}
data, err := acc.Dump()
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment