1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Merge pull request #36 from petertodd/bip70-extensions

Add in-repo BIP70 extension registration page
This commit is contained in:
Gregory Maxwell
2014-04-23 18:35:24 -07:00
3 changed files with 16 additions and 7 deletions

View File

@@ -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
PaymentDetails message.
Implementations that need to extend messages in this specification
shall use tags starting at 1000, and shall update the wiki page at
https://en.bitcoin.it/wiki/Payment_Request to avoid conflicts with
other extensions.
Implementations that need to extend messages in this specification shall use
tags starting at 1000, and shall update the
[[bip-0070/extensions.mediawiki|extensions page]] via pull-req to avoid
conflicts with other extensions.
==References==