Commit d25ddf55 authored by 张振华's avatar 张振华

update

parent f69a4550
......@@ -5,7 +5,6 @@
package main
import (
"github.com/33cn/plugin/plugin/store/mpt"
"io/ioutil"
"os"
"time"
......@@ -33,7 +32,7 @@ func main() {
os.RemoveAll(dir) //删除已存在目录
var storeCfg = newStoreCfg(dir)
store := mpt.New(storeCfg, nil).(*mavl.Store)
store := mavl.New(storeCfg, nil).(*mavl.Store)
var kv []*types.KeyValue
var key string
......
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