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
In a similar situation to issue #2419, when funding a transaction in the fund method, we do not validate whether the number of inputs exceeds the maximum allowed for a transaction.
Action Required:
Add validation to ensure the number of inputs does not exceed the maximum limit.
Ensure an appropriate error is thrown if the limit is exceeded.
The text was updated successfully, but these errors were encountered:
In a similar situation to issue #2419, when funding a transaction in the fund method, we do not validate whether the number of inputs exceeds the maximum allowed for a transaction.
Action Required:
The text was updated successfully, but these errors were encountered: