Bug found using the getApplicableInputs function #186
Unanswered
ErickRomeroDev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Thanks for the report 🙌. We are refactoring the applicable inputs feature to have a better API and to work seamless with Merkleized contracts. This work should be part of the 0.4.0 release. If you want to peek how this will look like, there is an experimental-feature folder with the new code. And you can see here how it is being used. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Marlowe Team, i was testing the SDK and doing some examples. I found a bug when using the function getApplicableInputs.
I am attaching the source code where the bug was found and how i managed to temporarily solve it.
GITHUB: https://github.com/Erickrs2/marlowe-sdk.git
Error found at: marlowe-sdk/app/buy-coffee/_components/coffees-to-funds.tsx line 118
problem: The response of the function is swapping the value of party and into_account.
Beta Was this translation helpful? Give feedback.
All reactions