kava icon indicating copy to clipboard operation
kava copied to clipboard

feat(x/precisebank): Display 0 reserve balance to module consumers

Open drklee3 opened this issue 7 months ago • 0 comments

Module reserve represents fractional balances, so it should be hidden to consumers to not have a misleading total balance that doubles the fractional balances.

This modifies GetBalance() and SpendableCoin() to always return zero coins when fetching the reserve address balance.

drklee3 avatar Jul 02 '24 19:07 drklee3