cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
144 stars 43 forks source link

fixed toAmino option value #575

Closed Zetazzz closed 7 months ago

Zetazzz commented 7 months ago
    obj.opt = voteOptionToJSON(message.opt);

to

    obj.opt = message.opt;