From 232948d015c8a5e94947951e28d4aa9c54dd36d8 Mon Sep 17 00:00:00 2001 From: ronny-mysten <118224482+ronny-mysten@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:30:06 -0600 Subject: [PATCH] Update sui-multisig.md (#13405) 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 --- doc/src/learn/cryptography/sui-multisig.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/src/learn/cryptography/sui-multisig.md b/doc/src/learn/cryptography/sui-multisig.md index 4e141d7c6258a..8d2e5cbcfe5b3 100644 --- a/doc/src/learn/cryptography/sui-multisig.md +++ b/doc/src/learn/cryptography/sui-multisig.md @@ -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