Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was incorrectly fixed in 21825f1 This is due to the fact that the Map in Plutus is not like a Map in Haskell's containers library. Plutus Map is an assoc Map that is based on lists and the order of elements actually matters. So, the original fix placed the ADA value at the end, while the original and correct implementation, as in this commit, places it at the beginning.
- Loading branch information