FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.35k stars 1.33k forks source link

Exceeding Maximum Number of Inputs When Funding a Transaction #2420

Open Torres-ssf opened 1 month ago

Torres-ssf commented 1 month ago

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:

mvares commented 1 month ago

hi @Torres-ssf

The maximum allowed for a transaction is the maxFee?

Torres-ssf commented 1 month ago

@mgrithm When calculated properly, the maxFee is the fee value charged when processing the transaction.

This issue is related to not exceeding the limit of inputs allowed within a transaction. This value is set within the chain config