You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating many MLS commits using XDBG such as cargo xdbg -b local -d generate --entity identity --amount 5, some of these might fail because of wrong pricing.
Some of these errors should not flow back to the client and should be retried by the payer.
@fbac could I get a technical explanation of this one?
Is the fix as simple as retrying the transaction?
@mkysel a transaction in the mempool (not executed) can be replaced with other with the same nonce, but has to have a higher fee, so the miner takes it over the preceding one.
Without any context, I believe what happened here is that some transaction was posted to the blockchain. Before it was executed a new one was posted, with same nonce, same gas fees, and same private key originating it.
When creating many MLS commits using XDBG such as
cargo xdbg -b local -d generate --entity identity --amount 5
, some of these might fail because of wrong pricing.Some of these errors should not flow back to the client and should be retried by the payer.
The text was updated successfully, but these errors were encountered: