Commit a0fd675b authored by yukang's avatar yukang Committed by vipwzw

tiny modify for code format

parent 1f0fd1f8
...@@ -269,7 +269,7 @@ func (client *client) addMinerTx(preStateHash []byte, block *types.Block,localBl ...@@ -269,7 +269,7 @@ func (client *client) addMinerTx(preStateHash []byte, block *types.Block,localBl
} }
//添加一个区块 //添加一个区块
func (client *client) addBlock(lastBlock *types.Block,localBlock *pt.ParaLocalDbBlock ) error { func (client *client) addBlock(lastBlock *types.Block,localBlock *pt.ParaLocalDbBlock) error {
var newBlock types.Block var newBlock types.Block
plog.Debug(fmt.Sprintf("the len txs is: %v", len(localBlock.Txs))) plog.Debug(fmt.Sprintf("the len txs is: %v", len(localBlock.Txs)))
......
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