Skip to content

Commit

Permalink
Update sui-multisig.md (MystenLabs#13405)
Browse files Browse the repository at this point in the history
Fixing link and temporarily removing image

## Description 

See above

## Test Plan 

Staging

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
ronny-mysten authored Aug 15, 2023
1 parent 587ae58 commit 232948d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/src/learn/cryptography/sui-multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ different weights for each key (which is complex in threshold cryptography), Mul
transaction. On the other hand, threshold signatures provide the benefits of hiding the threshold policy, but also
resulting in a single signature payload, making it indistinguishable from a single-key account.

![MultiSig Sui supported structures](../../../static/sui_multisig_structures.png "MultiSig Sui supported structures")

# Example Workflow

Here we demonstrate the steps to create a MultiSig transaction in Sui using CLI and then submit it using the Sui CLI against a local network. A transaction can be a transfer of an object, publish or upgrade a package, pay Sui, etc. To learn how to set up a local network, see [Sui Local Network](../build/sui-local-network.md)
Here we demonstrate the steps to create a MultiSig transaction in Sui using CLI and then submit it using the Sui CLI against a local network. A transaction can be a transfer of an object, publish or upgrade a package, pay Sui, etc. To learn how to set up a local network, see [Sui Local Network](../../build/sui-local-network.md)

## Step 1: Add keys to Sui keystore

Expand Down

0 comments on commit 232948d

Please sign in to comment.