chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Problem: Fix MsgFundCommunityPool attribute `amount`

Open cdc-Hitesh opened this issue 3 years ago • 0 comments

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.

cdc-Hitesh avatar Jun 03 '21 07:06 cdc-Hitesh