1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Format Comment

Format comment to fit style of previous comments
This commit is contained in:
Marshall Long 2016-03-11 15:01:25 -05:00
parent a8c0246295
commit 05740a7dbe

View File

@ -45,7 +45,7 @@ message Payment {
}
message PaymentACK {
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