@ -132,7 +132,7 @@ func (utxopool *UTXOPool) VerifyOneTransactionAndUpdate(tx *Transaction) bool {
utxopool.Update(tx)
return true
}
retur false
return false
// VerifyAndUpdate verifies a list of transactions and update utxoPool.
@ -2,8 +2,6 @@
package consensus // consensus
import (
"fmt"
"harmony-benchmark/message"
"harmony-benchmark/common"
"harmony-benchmark/p2p"
"log"