p2p: switch default queue implementation (backport #8976) (#8981)

This commit is contained in:
mergify[bot]
2022-07-12 13:18:36 -04:00
committed by GitHub
parent 6ad10114a8
commit b2d4b9ffef
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ func generateTestnet(r *rand.Rand, opt map[string]interface{}) (e2e.Manifest, er
Nodes: map[string]*e2e.ManifestNode{},
KeyType: keyType.Choose(r).(string),
Evidence: evidence.Choose(r).(int),
QueueType: "priority",
QueueType: "simple-priority",
TxSize: opt["txSize"].(int),
}