mirror of
https://github.com/monero-project/monero.git
synced 2025-03-16 05:46:00 -04:00

This fixes misreporting of amount/fee in rct txes, as the rct tx construction code was lumping all dests (whether change or not) in the same dests vector, while the pre-rct code was keeping it separate.