Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`returnProposalDeposits` is never called with duplicate proposals, if it was we would have been in trouble, because then deposit would be returned into the treasury multiple times, which would be equivalent to minting ADA. Considering that this case is impossible anyways it makes more sense to use more efficient and safer `insert` instead of `insertWith (<>)`
- Loading branch information