From 31924aec6f146213b65fec8fbd9c6875cc65c544 Mon Sep 17 00:00:00 2001 From: kaladinlight <35275952+kaladinlight@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:55:31 -0600 Subject: [PATCH] chore: remove broken simulation step --- cli/MultiSig.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cli/MultiSig.md b/cli/MultiSig.md index ea4e94f..4f7a029 100644 --- a/cli/MultiSig.md +++ b/cli/MultiSig.md @@ -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