abracadaniel / cardano-pool-docker

Docker container for setting up and running a Cardano Stake Pool
164 stars 62 forks source link

deprecated command line switch #23

Closed jstam84 closed 3 years ago

jstam84 commented 3 years ago

in generate_operational_certificate:

cardano-cli stake-pool id --verification-key-file cold-keys/cold.vkey > ${NODE_PATH}/staking/POOL_ID

--verivication-key-file is deprecated. This should be --cold-verification-key-file imho. Is that right?

edit: maybe '--output-format hex' is needed as well...?

abracadaniel commented 3 years ago

Thank you. I fixed this. :)