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
When creating an election with a token type census, into the election.meta field, there should be a token one with the information of the token used for the census creation.
Since version 0.1.0 this is no longer true if you merge any new metadata.
To Reproduce
You can use the esm or ts examples, but ensure you install @vocdoni/sdk >= 0.1.0
True, I cannot reproduce it either now... not sure how did I end up having multiple processes without the meta token information, but it appears now when I create them.. so 🤷🏼♀️
Describe the bug
When creating an election with a token type census, into the
election.meta
field, there should be atoken
one with the information of the token used for the census creation.Since version 0.1.0 this is no longer true if you merge any new metadata.
To Reproduce
@vocdoni/sdk
>= 0.1.0metadata.meta.token
field has been set or not.Current behavior
The
metadata.meta.token
comes emptyExpected behavior
To have all the
meta
keys properly merged, and have the token information there.The text was updated successfully, but these errors were encountered: