summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weigl <DanielWeigl@gmx.at>2016-10-05 13:22:18 +0200
committerDaniel Weigl <DanielWeigl@gmx.at>2016-10-05 13:22:18 +0200
commit544941d09600d14dc7daf0828d60b29248d337bc (patch)
tree2d1777200e3fbbd8bdf46c7b56b043c243096c89
parentd80224c8bb46c962dc9cd196dae839be88621fb5 (diff)
downloadbips-544941d09600d14dc7daf0828d60b29248d337bc.tar.xz
added backwards compatibility and copyright
-rw-r--r--bip-p2sh-accounts.mediawiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/bip-p2sh-accounts.mediawiki b/bip-p2sh-accounts.mediawiki
index 251f768..6011927 100644
--- a/bip-p2sh-accounts.mediawiki
+++ b/bip-p2sh-accounts.mediawiki
@@ -62,6 +62,10 @@ To derive the P2SH address from the above calculated public key, we use the enca
scriptPubKey: HASH160 <20-byte-script-hash> EQUAL
(0xA914{20-byte-script-hash}87)
+==Backwards Compatibility==
+
+This BIP is not backwards compatible by design as described under [#considerations]. A not compatible wallet will not discover accounts at all and the user will notice that something is wrong.
+
==Test vectors==
@@ -94,3 +98,7 @@ To derive the P2SH address from the above calculated public key, we use the enca
* [[bip-0043.mediawiki|BIP43 - Purpose Field for Deterministic Wallets]]
* [[bip-0044.mediawiki|BIP44 - Multi-Account Hierarchy for Deterministic Wallets]]
* [[bip-0141.mediawiki|BIP141 - Segregated Witness (Consensus layer)]]
+
+== Copyright ==
+
+This document is placed in the public domain. \ No newline at end of file