We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d_rep = [ ; @name key 0, ed25519_key_hash // ; @name script 1, script_hash // ; @name always_abstain 2 // ; @name always_no_confidence 3 ]
The first two are generated as DRep::Key and DRep::Script but the last two don't get named properly and end up as DRep::I2 and DRep::I3.
DRep::Key
DRep::Script
DRep::I2
DRep::I3
The text was updated successfully, but these errors were encountered:
Fix @name not working on single elem group choices
83a0ede
Fixes #211 Fixes #153
Fix @name not working on single elem group choices (#213)
d84f78a
* Fix @name not working on single elem group choices Fixes #211 Fixes #153 * Add use of @name into test cases (tests compiling)
Successfully merging a pull request may close this issue.
The first two are generated as
DRep::Key
andDRep::Script
but the last two don't get named properly and end up asDRep::I2
andDRep::I3
.The text was updated successfully, but these errors were encountered: