summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Spigler <RobertSpigler@ProtonMail.ch>2021-03-22 15:34:18 -0400
committerGitHub <noreply@github.com>2021-03-22 15:34:18 -0400
commitc7cd5e990b82c9f788afa9239fd1495fbd0ef066 (patch)
treee4681561263a26892ad25e9cd442f32ffeeb6112
parentb1c2b5c67106196c2c02cc7fca33d6d63bbbe33f (diff)
downloadbips-c7cd5e990b82c9f788afa9239fd1495fbd0ef066.tar.xz
Formatting
-rw-r--r--Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
index 2d1ea5a..0bf6734 100644
--- a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
+++ b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki
@@ -111,7 +111,7 @@ This prevents key reuse - across ECDSA and Schnorr signatures, across different
===Change===
-Constant <code0</code> is used for external chain and constant <code>1</code> for internal chain (also known as change addresses). External chain is used for addresses that are meant to be visible outside of the wallet (e.g. for receiving payments). Internal chain is used for addresses which are not meant to be visible outside of the wallet and is used for return transaction change.
+Constant <code>0</code> is used for external chain and constant <code>1</code> for internal chain (also known as change addresses). External chain is used for addresses that are meant to be visible outside of the wallet (e.g. for receiving payments). Internal chain is used for addresses which are not meant to be visible outside of the wallet and is used for return transaction change.
Public derivation is used at this level.