taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e7e30485f0468a410dd96d991973fff680a9095e
parent 505315f8a238d04d9b0e77cb3c30fa77f9255c83
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun, 26 May 2024 01:24:39 +0200

fix: someone doesnt know what indentation is

Diffstat:
Mcore/api-mailbox.rst | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -187,19 +187,19 @@ Receiving messages interface MessageDeletionRequest { - // Number of messages to delete. (Starting from the beginning - // of the latest GET response). - count: Integer; + // Number of messages to delete. (Starting from the beginning + // of the latest GET response). + count: Integer; - // SHA-512 hash over all messages to delete. - checksum: HashCode; + // SHA-512 hash over all messages to delete. + checksum: HashCode; - // Signature by the mailbox's private key affirming - // the deletion of the messages, of purpuse - // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``. - wallet_sig: EddsaSignature; + // Signature by the mailbox's private key affirming + // the deletion of the messages, of purpuse + // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``. + wallet_sig: EddsaSignature; - } + } **Response**