Updated ledger creation to report current lcl. (#136)

This commit is contained in:
Ravin Perera
2020-10-24 07:22:28 +05:30
committed by GitHub
parent 86fba4e87a
commit 00069b7a43
7 changed files with 20 additions and 24 deletions

View File

@@ -126,7 +126,7 @@ namespace msg::fbuf::p2pmsg
* Verifies the Content message structure and outputs faltbuffer Content pointer to access the given buffer.
*
* @param content_ref A pointer reference to assign the pointer to the Content object.
* @param content_ptr Pointer to the the buffer containing the data that should validated and interpreted
* @param content_ptr Pointer to the buffer containing the data that should validated and interpreted
* via the container pointer.
* @param content_size Data buffer size.
* @return 0 on successful verification. -1 for failure.