Skip to content

Commit

Permalink
Add an explanation for why we only need 1 witness
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Mar 17, 2023
1 parent 9103862 commit 0ff11f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/stake-pool-operations/5_register_key.md
Expand Up @@ -25,6 +25,11 @@ For the transaction draft, --tx.out, --invalid-hereafter and --fee can be set to

#### Calculate fees

Compute the minimum fee.

Note that only one witness is required because
[Chapter 3.3 "we do not require a witness to register a stake address"](https://hydra.iohk.io/build/6752481/download/1/delegation_design_spec.pdf).

cardano-cli transaction calculate-min-fee \
--tx-body-file tx.draft \
--tx-in-count 1 \
Expand Down

0 comments on commit 0ff11f5

Please sign in to comment.