Skip to content

0x_importHelper.sh does not use the new cardano-cli syntax for stake-address directives #54

@rezarajan

Description

@rezarajan

The script needs to include the era (or latest) in order to be compatible with the new cardano-cli syntax.

Example
Current Syntax:

${cardanocli} stake-address build --staking-verification-key-file "${poolName}/${ownerName}.staking.vkey" ${addrformat} > "${poolName}/${ownerName}.staking.addr"

Required Syntax:
${cardanocli} ${cliEra} stake-address build --staking-verification-key-file "${addrName}.staking.vkey" ${addrformat} > "${addrName}.staking.addr"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions