refactor(createSendTx): refine ADA requirement logic for transaction calculations
- Enhanced the condition for determining the minimum ADA needed, ensuring that adaNeeded is updated only when it falls below the calculated minimum. - This change improves the accuracy of ADA requirements when sending transactions.