Skip to content
New issue

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

[TYPO] Gov CLI Not Working on Network 'sancho' #3

Open
kneerose opened this issue Aug 15, 2024 · 1 comment
Open

[TYPO] Gov CLI Not Working on Network 'sancho' #3

kneerose opened this issue Aug 15, 2024 · 1 comment

Comments

@kneerose
Copy link

kneerose commented Aug 15, 2024

Steps to Reproduce:

  1. Run the following command:
    export NETWORK=sancho
  2. Execute:
    gov-cli gen

CLI Logs:

> cardano-cli address key-gen --verification-key-file /home/niraj/.cardano/keys/payment.vkey --signing-key-file /home/niraj/.cardano/keys/payment.skey
> cardano-cli stake-address key-gen --verification-key-file /home/niraj/.cardano/keys/stake.vkey --signing-key-file /home/niraj/.cardano/keys/stake.skey
> cardano-cli address build --payment-verification-key-file /home/niraj/.cardano/keys/payment.vkey --stake-verification-key-file /home/niraj/.cardano/keys/stake.vkey --out-file /home/niraj/.cardano/keys/payment.addr sancho

Invalid argument `sancho'

Usage: cardano-cli address build 
                                   ( --payment-verification-key STRING
                                   | --payment-verification-key-file FILE
                                   | --payment-script-file FILE
                                   )
                                   [ --stake-verification-key STRING
                                   | --stake-verification-key-file FILE
                                   | --stake-key-hash HASH
                                   | --stake-script-file FILE
                                   | --stake-address ADDRESS
                                   ]
                                   (--mainnet | --testnet-magic NATURAL)
                                   [--out-file FILE]

  Build a Shelley payment address, with optional delegation to a stake address.

Issue:

There seems to be a typo in the code at this line causing the gov-cli to incorrectly pass the sancho network argument.

@mesudip
Copy link
Contributor

mesudip commented Aug 17, 2024

Fixed in latest change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants