From c7cd5e990b82c9f788afa9239fd1495fbd0ef066 Mon Sep 17 00:00:00 2001 From: Robert Spigler Date: Mon, 22 Mar 2021 15:34:18 -0400 Subject: [PATCH] Formatting --- ...Hierarchy for Deterministic Multisignature Wallets.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki index 2d1ea5ab..0bf6734e 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 is used for external chain and constant 1 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 0 is used for external chain and constant 1 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.