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
When sending from wallet, the way outputs are constructed in the request for /split they could be telling the mint which is the intended payment amount vs which is the change.
When sending from wallet, the way outputs are constructed in the request for
/split
they could be telling the mint which is the intended payment amount vs which is the change.Code in wallet constructing output
So if user has a balance of 100 and tries a
send 20
the output amounts when requesting a split to the mint could look like[16, 64, 4, 16]
Describe the solution you'd like
Maybe sort the outputs slice before sending request to mint.
The text was updated successfully, but these errors were encountered: