archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Consume the MUCO correctly #1593

Closed bchamagne closed 1 week ago

bchamagne commented 2 weeks ago

Description

A bug was introduced in 1.5.11's refactor where the UCO were consumed instead of the MUCO. This is an incorrect behaviour and people with MUCO were consuming UCO instead of MUCO when transferring MUCO. This fix the issue by resolving MUCO only after the consume step.

Type of change

How Has This Been Tested?

Added a unit test

Checklist: