-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Steps to Reproduce:
- Run the following command:
export NETWORK=sancho - 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.
Metadata
Metadata
Assignees
Labels
No labels