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
Just adding this to track a problem I came across when adding Product.get_my_fees_estimate/2 - although we're using the correct sorting of params, we don't do any sorting to the nested params.
This caused the signature to be incorrect, but can be worked around for now by passing these in using the correct ordering, but ideally we'd sort them.
The text was updated successfully, but these errors were encountered:
Just adding this to track a problem I came across when adding
Product.get_my_fees_estimate/2
- although we're using the correct sorting of params, we don't do any sorting to the nested params.This caused the signature to be incorrect, but can be worked around for now by passing these in using the correct ordering, but ideally we'd sort them.
The text was updated successfully, but these errors were encountered: