1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Put BIP 75 in the right place in README, and clean up formatting a bit

This commit is contained in:
Luke Dashjr 2016-03-17 05:21:40 +00:00
parent 9d86a41747
commit 19845126ec
3 changed files with 17 additions and 18 deletions

View File

@ -314,6 +314,12 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard
| Draft
|-
| [[bip-0075.mediawiki|75]]
| Out of Band Address Exchange using Payment Protocol Encryption
| Justin Newton, Matt David, Aaron Voisine, James MacWhyte
| Standard
| Draft
|-
| [[bip-0080.mediawiki|80]]
| Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets
| Justus Ranvier, Jimmy Song
@ -332,12 +338,6 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard
| Draft
|-
| [[bip-0075.mediawiki|75]]
| Out of Band Address Exchange using Payment Protocol Encryption
| Justin Newton, Matt David, Aaron Voisine and James MacWhyte
| Standard
| Draft
|-
| [[bip-0099.mediawiki|99]]
| Motivation and deployment of consensus rule changes ([soft/hard]forks)
| Jorge Timón

View File

@ -118,7 +118,6 @@ message EncryptedInvoiceRequest {
required uint64 nonce = 5;
optional bytes signature = 6;
optional bytes identifier = 7;
}
</pre>