Skip to content

Commit 42b9148

Browse files
committed
minor
1 parent 23d57cb commit 42b9148

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bip-0048.mediawiki

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,16 @@ an external source. Such an algorithm is described in "Account discovery" chapte
8383
===Script===
8484

8585
This level splits the key space into three separate <code>script_type</code>(s). To provide
86-
optimum backward compatibility.
86+
backward and forward compatibility.
8787

88-
The recommended default is pay to witness script hash <code>m/48'/0'/0'/2'</code>.
88+
The following represent mainnet, account 0:
8989

90-
The following represent mainnet, account 0.
90+
The recommended default is pay to witness script hash <code>m/48'/0'/0'/2'</code>.
9191

9292
<code>1'</code>: Nested Segwit (p2sh-p2wsh) <code>m/48'/0'/0'/1'</code></br>
9393
<code>2'</code>: Native Segwit (p2wsh) <code>m/48'/0'/0'/2'</code></br>
9494
<code>3'</code>: Legacy (p2sh) <code>m/48'/0'/0'/3'</code></br>
9595

96-
Easily expanded to account for new script types.
97-
9896
===Change===
9997

10098
Constant 0 is used for external chain and constant 1 for internal chain (also

0 commit comments

Comments
 (0)