Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/how-it-works/private-key-management/multi-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Now Alice wants to send bitcoin received to the shared wallet. She can initiate
retina = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing@2x.png"
mobile = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing-mobile.png"
mobileRetina = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing-mobile@2x.png"
alt-text = "Diagram of Alice intiating a transaction and Robert signing it"
alt-text = "Diagram of Alice initiating a transaction and Robert signing it"
width = 800
height = 168
%}
Expand Down
2 changes: 1 addition & 1 deletion guide/multiple-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ However, we guide users towards using a single, primary private key to construct

This simplifies the [backup process]({{ '/guide/how-it-works/backups/' | relative_url }}) to reduce the risk of loss of wallet. This is acceptable from a security perspective, because the wallets with larger amounts are either view-only (keys are external), or additionally protected by requiring multiple signatures (from the partner, hardware wallet, or assisted custody provider respectively).

Remember to guide users during wallet setup towards best practices around [progressive security]({{ '/guide/getting-started/principles/#security' | relative_url }}). Even with strong guidance, you often still want to allow users to deviate, to accomodate their unique use case and context.
Remember to guide users during wallet setup towards best practices around [progressive security]({{ '/guide/getting-started/principles/#security' | relative_url }}). Even with strong guidance, you often still want to allow users to deviate, to accommodate their unique use case and context.

{% include image-gallery.html pages = page.images_custom_backup %}

Expand Down