Transactions fail on third run.
Closed this issue · 1 comments
samuelWilliams99 commented
Running the script, it seems to always fail on the third transaction of a full run. We're unsure why, Ben reckons it might be an issue with the node, when trying to parse many large transactions in a row.
This task is to investigate this behaviour, see if we can mitigate it, or at least account for it with longer delays.
szg251 commented
Still need to investigate, but I have a feeling that this has to do with the wait time: if the block that including our last tx is not created at the moment of building the next tx, it would use the same utxos twice, which would fail.