Commit 1547c30
authored
Do not send both
The internal logic fetches the `nonce` of the sender and this will lead
to both transaction using the same `nonce`. Ultimately this leads to the
node rejecting one of the transactions because both transactions look
like the same transaction to the node.
Closes: #10536assign_cores calls in parallel (#10539)1 parent 34034a9 commit 1547c30
File tree
2 files changed
+5
-7
lines changed- cumulus/zombienet/zombienet-sdk-helpers/src
- polkadot/zombienet-sdk-tests/tests/elastic_scaling
2 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| |||
0 commit comments