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
Example printed for marker new transaction in the cli is incorrect.
marker new
HEAD
provenanced tx marker new -h Example: $ type tx marker new 1000hotdogcoin --supplyFixed=COIN --allowGovernanceControl=false --provenanced=false --from=mykey 0
Correct the arguments/format for the example. supplyFixed is a boolean, last flag should not be provenanced... etc.
supplyFixed
provenanced
The text was updated successfully, but these errors were encountered:
fix cli marker new example #415
1eec674
Cli marker new example is incorrect (#427)
c0aa06e
* ignore *.ipr & *.iws files * fix cli marker new example #415 * add changelog entry * lint stuff Co-authored-by: Ira Miller <[email protected]>
egaxhaj
Successfully merging a pull request may close this issue.
Summary of Bug
Example printed for
marker new
transaction in the cli is incorrect.Version
HEAD
Steps to Reproduce
Correct the arguments/format for the example.
supplyFixed
is a boolean, last flag should not beprovenanced
... etc.For Admin Use
The text was updated successfully, but these errors were encountered: