Skip to content

Commit

Permalink
chore: update multisig docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Aug 9, 2024
1 parent f57386e commit 13353eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/MultiSig.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
```bash
git clone https://gitlab.com/thorchain/thornode.git
cd thornode
git checkout develop
git fetch origin
git checkout {current_version}
git pull
cd cmd/thornode
go build --tags cgo,ledger
TAG=mainnet,cgo,ledger make install
```

## Create MultiSig
Expand All @@ -27,7 +27,7 @@ go build --tags cgo,ledger
```bash
./thornode keys show {person1} --pubkey
```
- Import signer pubkeys:
- Import signer pubkeys (ex. `'{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"someKeyValue}'`):
```bash
./thornode keys add {person2} --pubkey '{person2_pubkey}'
./thornode keys add {person3} --pubkey '{person3_pubkey}'
Expand Down

0 comments on commit 13353eb

Please sign in to comment.