pull/5/head
Richard Liu 7 years ago
parent d0021c93f0
commit 105e393169
  1. 2
      blockchain/utxopool.go
  2. 2
      consensus/consensus.go

@ -132,7 +132,7 @@ func (utxopool *UTXOPool) VerifyOneTransactionAndUpdate(tx *Transaction) bool {
utxopool.Update(tx) utxopool.Update(tx)
return true return true
} }
retur false return false
} }
// VerifyAndUpdate verifies a list of transactions and update utxoPool. // VerifyAndUpdate verifies a list of transactions and update utxoPool.

@ -2,8 +2,6 @@
package consensus // consensus package consensus // consensus
import ( import (
"fmt"
"harmony-benchmark/message"
"harmony-benchmark/common" "harmony-benchmark/common"
"harmony-benchmark/p2p" "harmony-benchmark/p2p"
"log" "log"

Loading…
Cancel
Save