IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.
https://cardano.org
Apache License 2.0
3.06k stars 721 forks source link

[BUG] - Multisignatures documentation is outdated #3536

Closed edwint88 closed 1 year ago

edwint88 commented 2 years ago

External

Area Token Locking Related to Token Locking (Allegra). Native Tokens Related to Native Tokens (Mary). Plutus Related to Plutus Scripts (Alonzo). Other Any other topic (Delegation, Ranking, ...).

Summary In the Multisignature Docs there is this code: cardano-cli shelley transaction witness \ --tx-body-file spendScriptTxBody \ --script-file allMultiSigScript \ --testnet-magic 42 \ --out-file scriptWitness

that in the cardano-cli cannot be executed anymore.

checking the command: `cardano-cli shelley transaction witnessUsage: cardano-cli shelley transaction witness --tx-body-file FILE --signing-key-file FILE [--address STRING] [--mainnet | --testnet-magic NATURAL] --out-file FILE

Create a transaction witness

Available options: --tx-body-file FILE Input filepath of the JSON TxBody. --signing-key-file FILE Filepath of the signing key to be used in witness construction. --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. --testnet-magic NATURAL Specify a testnet magic id. --out-file FILE The output file. -h,--help Show this help text`

there is no --script-file anymore

Steps to reproduce Steps to reproduce the behavior:

  1. Go to documentation
  2. Follow the steps
  3. Run the command
  4. See error

Expected behavior A clear and concise description of how the multisig should work

System info (please complete the following information):

Jimbo4350 commented 1 year ago

Closing this. If this is still relevant please reopen.