Skip to content

Commit

Permalink
Merge pull request #405 from anoma/brent/fix-example
Browse files Browse the repository at this point in the history
Fix an example in transparent accts multisig section
  • Loading branch information
brentstone authored Nov 14, 2024
2 parents b2b2cdb + 99da4e4 commit 7ec90b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ namadac init-account --alias abc-multisig\

## Submitting a multisignature transaction
A multisignature transaction requires that an offline transaction first be constructed so that it can be signed by each required party before
being submitted to the chain.
being submitted to the chain.

<Steps>
### Dump the raw tx
The `--dump-tx` argument will write the transaction to disk. A folder is required to be specified where the transaction will be dumped.

```bash copy
mkdir tx_dumps
namadac transfer --source abc-multisig --target $TARGET \
namadac transparent-transfer --source abc-multisig --target $TARGET \
--token nam --amount 2 \
--signing-keys alice \
--dump-tx --output-folder-path tx_dumps
Expand Down

0 comments on commit 7ec90b3

Please sign in to comment.