mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Add in-repo BIP70 extension registration page
This commit is contained in:
parent
0505c84b48
commit
e2331a1574
@ -252,10 +252,10 @@ message with version=2. Old implementations should let the user know
|
|||||||
that they need to upgrade their software when they get an up-version
|
that they need to upgrade their software when they get an up-version
|
||||||
PaymentDetails message.
|
PaymentDetails message.
|
||||||
|
|
||||||
Implementations that need to extend messages in this specification
|
Implementations that need to extend messages in this specification shall use
|
||||||
shall use tags starting at 1000, and shall update the wiki page at
|
tags starting at 1000, and shall update the
|
||||||
https://en.bitcoin.it/wiki/Payment_Request to avoid conflicts with
|
[[bip-0070/extensions.mediawiki|extensions page]] via pull-req to avoid
|
||||||
other extensions.
|
conflicts with other extensions.
|
||||||
|
|
||||||
==References==
|
==References==
|
||||||
|
|
||||||
|
9
bip-0070/extensions.mediawiki
Normal file
9
bip-0070/extensions.mediawiki
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
==BIP70 Extensions==
|
||||||
|
|
||||||
|
Add your extension below using tags starting at 1000 and submit a pull-req.
|
||||||
|
|
||||||
|
{|
|
||||||
|
| Field Number || Extension Name || Field Name || Description
|
||||||
|
|-
|
||||||
|
| 1000 || [[https://example.com|(unassigned)]] || (unassigned) || (unassigned)
|
||||||
|
|}
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// Simple Bitcoin Payment Protocol messages
|
// Simple Bitcoin Payment Protocol messages
|
||||||
//
|
//
|
||||||
// Use fields 100+ for extensions;
|
// Use fields 1000+ for extensions;
|
||||||
// to avoid conflicts, register extensions via pull-req at:
|
// to avoid conflicts, register extensions via pull-req at
|
||||||
// https://github.com/bitcoin/bips
|
// https://github.com/bitcoin/bips/bip-0070/extensions.mediawiki
|
||||||
//
|
//
|
||||||
|
|
||||||
package payments;
|
package payments;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user