You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you mind providing a sample where I can see this error clearly? Relationship between type set in formatMsgGrantGenericAuthorization and amino converters seems not straight forward to me
There is an issue here:
https://github.com/likecoin/iscn-js/blame/19f0dd3ec9f6a4b12020e7bc70b3e6297f035275/src/messages/authz.ts#L175
The type set in formatMsgGrantGenericAuthorization is number.
Because of this mismatch this line will get:
TypeError: expiration.toNumber is not a function
The text was updated successfully, but these errors were encountered: