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

Merge pull request #15 from FinalHash/master

Format Comment To Match Previous Style
This commit is contained in:
Matt David 2016-03-11 16:22:32 -08:00
commit 1f203ea5ca

View File

@ -45,7 +45,7 @@ message Payment {
} }
message PaymentACK { message PaymentACK {
required Payment payment = 1; // Payment message that triggered this ACK required Payment payment = 1; // Payment message that triggered this ACK
optional string memo = 2; // human-readable message for customer optional string memo = 2; // Human-readable message for customer
} }
// BIP-IR Extensions // BIP-IR Extensions