Skip to content

Commit 58d1ef5

Browse files
committed
Correct type error in sample JSON
1 parent 58ffd93 commit 58d1ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0329.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For security reasons no private key types are defined.
121121
==Backwards Compatibility==
122122

123123
The nature of this format makes it naturally extensible to handle other record types.
124-
However, importing wallets complying to this specification may ignore types not defined here.
124+
However, importing wallets complying to this specification should ignore types not defined here.
125125

126126
==Test Vectors==
127127

@@ -131,7 +131,7 @@ The following fragment represents a wallet label export:
131131
{ "type": "addr", "ref": "bc1q34aq5drpuwy3wgl9lhup9892qp6svr8ldzyy7c", "label": "Address" }
132132
{ "type": "pubkey", "ref": "0283409659355b6d1cc3c32decd5d561abaac86c37a353b52895a5e6c196d6f448", "label": "Public Key" }
133133
{ "type": "input", "ref": "f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd:0", "label": "Input" }
134-
{ "type": "output", "ref": "f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd:1", "label": "Output" , "spendable" : "false" }
134+
{ "type": "output", "ref": "f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd:1", "label": "Output", "spendable": false }
135135
{ "type": "xpub", "ref": "xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ29ESFjqJoCu1Rupje8YtGqsefD265TMg7usUDFdp6W1EGMcet8", "label": "Extended Public Key" }
136136
{ "type": "tx", "ref": "f546156d9044844e02b181026a1a407abfca62e7ea1159f87bbeaa77b4286c74", "label": "Account #1 Transaction", "origin": "wpkh([d34db33f/84'/0'/1'])" }
137137
</pre>

0 commit comments

Comments
 (0)