Skip to content

Commit

Permalink
chore: remove broken simulation step
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Aug 9, 2024
1 parent 13353eb commit 31924ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cli/MultiSig.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ TAG=mainnet,cgo,ledger make install

## Send Transaction

- Simulate transaction:

```bash
./thornode tx broadcast ~/rfox/signedTx_epoch-{N}_multisig.json --chain-id thorchain-mainnet-v1 --node https://daemon.thorchain.shapeshift.com:443/rpc --dry-run > ~/rfox/simulatedTx_epoch-{N}.json
```

- Validate contents of `simulatedTx.json` for accuracy before broadcasting

- Broadcast transaction:
```bash
./thornode tx broadcast ~/rfox/signedTx_epoch-{N}_multisig.json --chain-id thorchain-mainnet-v1 --node https://daemon.thorchain.shapeshift.com:443/rpc --gas auto > tx.json
Expand Down

0 comments on commit 31924ae

Please sign in to comment.