Skip to content

Commit

Permalink
change to transparent transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 14, 2024
1 parent b2b2cdb commit 99da4e4
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 99da4e4

Please sign in to comment.