Skip to content

Commit

Permalink
CAD-2772 fix tx-generator script for upstream ToJSON instance of Era
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Apr 15, 2021
1 parent ffb97ec commit eb49c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/shelley3pools/tx-generator-script.json
Expand Up @@ -25,8 +25,8 @@
{ "addr": "127.0.0.1", "port": 3002 }
] },
{ "asyncBenchmark": "allegraThread", "txList": "allegraTxs" },
{ "waitForEra": "MaryEra" },
{ "setEra": "MaryEra" },
{ "waitForEra": "Mary" },
{ "setEra": "Mary" },
{ "prepareTxList": "maryTxs", "newKey": "pass-partout", "fundList": "maryFunds" },
{ "cancelBenchmark": "allegraThread" },
{ "asyncBenchmark": "maryThread", "txList": "maryTxs" },
Expand Down

0 comments on commit eb49c75

Please sign in to comment.