cosmjs icon indicating copy to clipboard operation
cosmjs copied to clipboard

Fix aminomessages/createWasmAminoConverters

Open honeymaro opened this issue 2 years ago • 1 comments

In some cases, funds may not exist.

honeymaro avatar Oct 08 '22 15:10 honeymaro

Why should the field not exist? It is required and not marked as omitempty in Go. What's the use case for this?

webmaster128 avatar Oct 13 '22 14:10 webmaster128

Closing since funds is not optional. It should always be set. Use an empty array if no funds should be set.

Feel free to open a ticket if there are cases where the field is not set. Then we have to go for bug hunting, possibly here or in other code bases.

webmaster128 avatar Oct 24 '22 09:10 webmaster128