You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter is ignored in the actual implementation.
There is also a LOC where 1 is hardcode. It looks like this is easy to fix,
but could not find the right template files...
Where exactly did you find the template files ?
Internal/External
Internal
Area
cardano-cli
Summary
When running
cardano-cli genesis create-cardano
the option--gen-utxo-keys
has no effect at all.It's supposed to default to zero, however it always creates one utxo key with the amount in
--supply
Also, using
--gen-utxo-keys
with N > 1 does not change anything. Only one key is produced.Steps to reproduce
cardano-cli genesis create-cardano \ --genesis-dir ./ \ --gen-genesis-keys 3 \ --gen-utxo-keys 3 \ --start-time $(date -u -d "now + 2 minutes" +%FT%Tz) \ --supply 30000000000000000 \ --security-param 45 \ --slot-length 100 \ --slot-coefficient 5/100 \ --testnet-magic 42 \ --byron-template template/byron.json \ --shelley-template template/shelley.json \ --alonzo-template template/alonzo.json \ --node-config-template template/config.json
Expected behavior
It should either be explicit about numUtxoKeys being hardcoded to 1 or generate as many keys as the user sets in
--gen-utxo-keys
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: