Commit f6843e35 authored by mdj33's avatar mdj33 Committed by vipwzw

comment temp func

parent eb1c0eb0
...@@ -108,7 +108,7 @@ func (client *client) createLocalBlock(lastBlock *pt.ParaLocalDbBlock, txs []*ty ...@@ -108,7 +108,7 @@ func (client *client) createLocalBlock(lastBlock *pt.ParaLocalDbBlock, txs []*ty
return err return err
} }
client.checkCommitTxSuccess(mainBlock.Detail) client.checkCommitTxSuccess(mainBlock.Detail)
err = client.createBlockTemp(txs, mainBlock) //err = client.createBlockTemp(txs, mainBlock)
return err return err
} }
......
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