summaryrefslogtreecommitdiff
path: root/bip-0046.mediawiki
diff options
context:
space:
mode:
authortheborakompanioni <theborakompanioni+github@gmail.com>2024-06-19 14:06:41 +0200
committertheborakompanioni <theborakompanioni+github@gmail.com>2024-06-19 14:06:41 +0200
commitb7a5f9ce60188e96364d54a85784f04630542aec (patch)
treedfe90d9bc9aedcdfa42b55605d22dce7b327ce26 /bip-0046.mediawiki
parent1957127894b675e9de80afb85ca64a04b332abe7 (diff)
docs(bip-0046): apply minor wording improvement suggestions
by @murchandamus
Diffstat (limited to 'bip-0046.mediawiki')
-rw-r--r--bip-0046.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki
index 5e5ab43..84fd2e2 100644
--- a/bip-0046.mediawiki
+++ b/bip-0046.mediawiki
@@ -73,7 +73,7 @@ m / 84' / 0' / 0' / 2 / index
A key derived with this derivation path pattern will be referred to as <tt>derived_key</tt> further
in this document.
-For <tt>index</tt>, addresses are numbered from 0 in a sequentially increasing manner, but index does not increase forever like in other similar standards. The index only goes up to <tt>959</tt> inclusive. Only 960 addresses can be derived for a given BIP32 master key. Furthermore there is no concept of a gap limit, instead wallets must always generate all 960 addresses and check all of them if they have a balance and history.
+For <tt>index</tt>, addresses are numbered from 0 in a sequentially increasing manner, but index does not increase forever like in other similar standards. The index only goes up to <tt>959</tt> inclusive. Only 960 addresses can be derived for a given BIP32 master key. Furthermore there is no concept of a gap limit, instead wallets must always generate all 960 addresses and check for all of them if they have a balance and history.
=== Timelock derivation ===
@@ -162,7 +162,7 @@ address = bc1qsqex3czzqzrn0n6rjayvhddygj0rz8df4fj2uwk9dkzdqkt9f7zs5c
Code generating these test vectors can be found here: https://github.com/chris-belcher/timelocked-addresses-fidelity-bond-bip-testvectors
-==Reference==
+== Reference ==
* [[https://gist.github.com/chris-belcher/18ea0e6acdb885a2bfbdee43dcd6b5af/|Design for improving JoinMarket's resistance to sybil attacks using fidelity bonds]]
* [[https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/fidelity-bonds.md|JoinMarket fidelity bonds doc page]]