Commit 05f6dd0b authored by 33cn's avatar 33cn Committed by vipwzw

Update statedb.go

parent 2ad5fc1c
......@@ -17,6 +17,7 @@ import (
evmtypes "github.com/33cn/plugin/plugin/dapp/evm/types"
)
// MemoryStateDB 内存状态数据库,保存在区块操作时内部的数据变更操作
// 本数据库不会直接写文件,只会暂存变更记录
// 在区块打包完成后,这里的缓存变更数据会被清空(通过区块打包分别写入blockchain和statedb数据库)
......
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