Whitespace cleanup
This commit is contained in:
@@ -113,8 +113,8 @@ struct PaymentDisclosurePayload {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct PaymentDisclosure {
|
struct PaymentDisclosure {
|
||||||
PaymentDisclosurePayload payload;
|
PaymentDisclosurePayload payload;
|
||||||
std::array<unsigned char, 64> payloadSig;
|
std::array<unsigned char, 64> payloadSig;
|
||||||
// We use boost array because serialize doesn't like char buffer, otherwise we could do: unsigned char payloadSig[64];
|
// We use boost array because serialize doesn't like char buffer, otherwise we could do: unsigned char payloadSig[64];
|
||||||
|
|
||||||
PaymentDisclosure() {};
|
PaymentDisclosure() {};
|
||||||
|
|||||||
Reference in New Issue
Block a user