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
We are experiencing an issue with the fee calculation for multichain BNB transactions. The error message indicates a wrong fee calculation, resulting in the following error and making transaction outcomes unpredictable. Sometimes the transaction is successful, while other times it fails.
Observe the fee calculation and transaction execution.
Note that the transaction sometimes succeeds and sometimes fails with the above error message.
Expected Behavior
The transaction fee should be correctly calculated, ensuring consistent and predictable transaction outcomes.
Actual Behavior
The transaction fee is sometimes calculated incorrectly, leading to the error: replacement transaction underpriced. This causes transactions to fail unpredictably.
Possible Solution
Review and correct the fee calculation logic to ensure that the replacement fee is always sufficiently high to prevent the REPLACEMENT_UNDERPRICED error.
Implement better error handling to provide more informative feedback when the transaction fails due to fee issues.
The text was updated successfully, but these errors were encountered:
We are experiencing an issue with the fee calculation for multichain BNB transactions. The error message indicates a wrong fee calculation, resulting in the following error and making transaction outcomes unpredictable. Sometimes the transaction is successful, while other times it fails.
Steps to Reproduce
Initiate a multichain BNB transaction.
Observe the fee calculation and transaction execution.
Note that the transaction sometimes succeeds and sometimes fails with the above error message.
Expected Behavior
The transaction fee should be correctly calculated, ensuring consistent and predictable transaction outcomes.
Actual Behavior
The transaction fee is sometimes calculated incorrectly, leading to the error:
replacement transaction underpriced
. This causes transactions to fail unpredictably.Possible Solution
Review and correct the fee calculation logic to ensure that the replacement fee is always sufficiently high to prevent the REPLACEMENT_UNDERPRICED error.
Implement better error handling to provide more informative feedback when the transaction fails due to fee issues.
The text was updated successfully, but these errors were encountered: