pull/171/head devnet+utxo
Rongjian Lan 6 years ago
parent 0aaffceb4c
commit 6c0f566a14
  1. 2
      client/txgen/main.go

@ -130,7 +130,7 @@ func main() {
// This func is used to update the client's utxopool when new blocks are received from the leaders // This func is used to update the client's utxopool when new blocks are received from the leaders
readySignal := make(chan uint32) readySignal := make(chan uint32)
go func() { go func() {
for i, _ := range shardIDLeaderMap { for i := range shardIDLeaderMap {
readySignal <- i readySignal <- i
} }
}() }()

Loading…
Cancel
Save