diff options
author | Marshall Long <FinalHash@users.noreply.github.com> | 2016-03-11 15:01:25 -0500 |
---|---|---|
committer | Marshall Long <FinalHash@users.noreply.github.com> | 2016-03-11 15:01:25 -0500 |
commit | 05740a7dbea46623d82e12c992527b6e6ab7a9e9 (patch) | |
tree | 1f1d756074949c2bdd32f598302e1a078ed962b8 /bip-0075 | |
parent | a8c02462951ebbe0c52248aa64a63c7ed547778e (diff) |
Format Comment
Format comment to fit style of previous comments
Diffstat (limited to 'bip-0075')
-rw-r--r-- | bip-0075/paymentrequest.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0075/paymentrequest.proto b/bip-0075/paymentrequest.proto index d1c9e4f..1c9cc8e 100644 --- a/bip-0075/paymentrequest.proto +++ b/bip-0075/paymentrequest.proto @@ -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 |