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
Right now, the code assumes that the output address is of the same type as the input address. Since the fee estimation is used to determine the maximum amount we can send, we need to be as pessimistic as possible. Meaning, we should assume by default that the output address is of the type that is most expensive to send funds to. And it'd be good if this type could be overwritten by the function parameters.
The text was updated successfully, but these errors were encountered:
Right now, the code assumes that the output address is of the same type as the input address. Since the fee estimation is used to determine the maximum amount we can send, we need to be as pessimistic as possible. Meaning, we should assume by default that the output address is of the type that is most expensive to send funds to. And it'd be good if this type could be overwritten by the function parameters.
The text was updated successfully, but these errors were encountered: