mirror of https://github.com/status-im/specs.git
Update status-whisper-mailserver-spec.md
Co-Authored-By: Adam Babik <adam@status.im>
This commit is contained in:
parent
cd4250601a
commit
b357cda41b
|
@ -71,7 +71,7 @@ For a requester, to know that all messages have been sent by mailserver, it SHOU
|
||||||
`LastEnvelopeHash`: 32-byte wide array with a Keccak-256 hash of the last sent envelope for the request
|
`LastEnvelopeHash`: 32-byte wide array with a Keccak-256 hash of the last sent envelope for the request
|
||||||
`Cursor`: an array of a cursor returned from the previous request (optional)
|
`Cursor`: an array of a cursor returned from the previous request (optional)
|
||||||
|
|
||||||
If `Cursor` is not empty, it means that not all messages were sent due to the set `Limit` in the request. One or more consecutive requests MAY be sent with `Cursor` field filled in in order to receive the rest of the messages.
|
If `Cursor` is not empty, it means that not all messages were sent due to the set `Limit` in the request. One or more consecutive requests MAY be sent with `Cursor` field filled in order to receive the rest of the messages.
|
||||||
|
|
||||||
## Security considerations
|
## Security considerations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue