Commit 9889a18e authored by mdj33's avatar mdj33 Committed by vipwzw

rmv unused code

parent e7ab702d
...@@ -117,7 +117,6 @@ func (client *client) createLocalBlock(lastBlock *pt.ParaLocalDbBlock, txs []*ty ...@@ -117,7 +117,6 @@ func (client *client) createLocalBlock(lastBlock *pt.ParaLocalDbBlock, txs []*ty
return err return err
} }
client.checkCommitTxSuccess(mainBlock.TxDetails) client.checkCommitTxSuccess(mainBlock.TxDetails)
//err = client.createBlockTemp(txs, mainBlock)
return err return err
} }
...@@ -361,11 +360,6 @@ func (client *client) switchLocalHashMatchedBlock() (int64, []byte, error) { ...@@ -361,11 +360,6 @@ func (client *client) switchLocalHashMatchedBlock() (int64, []byte, error) {
return -2, nil, err return -2, nil, err
} }
//err = client.removeBlocks(height)
//if err != nil {
// return -2, nil, err
//}
plog.Info("switchLocalHashMatchedBlock succ", "currHeight", height, "initHeight", lastBlock.Height, plog.Info("switchLocalHashMatchedBlock succ", "currHeight", height, "initHeight", lastBlock.Height,
"currSeq", mainSeq, "currMainBlockHash", hex.EncodeToString(block.MainHash)) "currSeq", mainSeq, "currMainBlockHash", hex.EncodeToString(block.MainHash))
return mainSeq, block.MainHash, nil return mainSeq, block.MainHash, nil
...@@ -546,7 +540,6 @@ func (client *client) procLocalBlock(mainBlock *pt.ParaTxDetail) error { ...@@ -546,7 +540,6 @@ func (client *client) procLocalBlock(mainBlock *pt.ParaTxDetail) error {
} }
plog.Info("Delete empty block") plog.Info("Delete empty block")
} }
//client.DelBlock(lastBlock.Height, 0)
return client.delLocalBlock(lastBlock.Height) return client.delLocalBlock(lastBlock.Height)
} else if mainBlock.Type == addAct { } else if mainBlock.Type == addAct {
......
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