You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/msggen/msggen/schema.json
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -25994,13 +25994,12 @@
25994
25994
"addresstype": {
25995
25995
"type": "string",
25996
25996
"description": [
25997
-
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), *p2tr* taproot addresses, or *bip86* for BIP86-derived taproot addresses. The special value *all* generates all known address types for the same underlying key."
25997
+
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet) or *p2tr* taproot addresses. For wallets created from a mnemonic, addresses are derived using BIP86 derivation. The special value *all* generates both address types for the same underlying key."
25998
25998
],
25999
25999
"default": "*bech32* address",
26000
26000
"enum": [
26001
26001
"bech32",
26002
26002
"p2tr",
26003
-
"bip86",
26004
26003
"all"
26005
26004
]
26006
26005
}
@@ -26014,7 +26013,7 @@
26014
26013
"added": "v23.08",
26015
26014
"type": "string",
26016
26015
"description": [
26017
-
"The taproot address (returned for both 'p2tr' and 'bip86' addresstype)."
26016
+
"The taproot address (returned for 'p2tr' addresstype)."
Copy file name to clipboardExpand all lines: doc/schemas/newaddr.json
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,12 @@
17
17
"addresstype": {
18
18
"type": "string",
19
19
"description": [
20
-
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), *p2tr* taproot addresses, or *bip86* for BIP86-derived taproot addresses. The special value *all* generates all known address types for the same underlying key."
20
+
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet) or *p2tr* taproot addresses. For wallets created from a mnemonic, addresses are derived using BIP86 derivation. The special value *all* generates both address types for the same underlying key."
21
21
],
22
22
"default": "*bech32* address",
23
23
"enum": [
24
24
"bech32",
25
25
"p2tr",
26
-
"bip86",
27
26
"all"
28
27
]
29
28
}
@@ -37,7 +36,7 @@
37
36
"added": "v23.08",
38
37
"type": "string",
39
38
"description": [
40
-
"The taproot address (returned for both 'p2tr' and 'bip86' addresstype)."
39
+
"The taproot address (returned for 'p2tr' addresstype)."
0 commit comments