chain-jslib
chain-jslib copied to clipboard
Problem: Fix MsgFundCommunityPool attribute `amount`
Describe the bug
MsgFundCommunityPool was encoding an incorrect Msg format, hence the signed hex was always losing amount
information.
Solution: Added a function call .toCosmosCoins()
on the amount field in RawMsg.