Skip to content

Commit 60e8a8c

Browse files
authored
Update FileCreateTransaction.h
Signed-off-by: freya-docs <freya.docs.pp@gmail.com>
1 parent b40e5ab commit 60e8a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sdk/main/include/FileCreateTransaction.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ class FileCreateTransaction : public Transaction<FileCreateTransaction>
9191
/**
9292
* Set the memo for the new file. The memo cannot exceed 100 bytes.
9393
*
94-
* @param contents The contents of the new file.
95-
* @return A reference to this FileCreateTransaction object with the newly-set contents.
96-
* @throws std::invalid_argument If the number of bytes exceeds 4096.
94+
* @param memo The memo of the new file.
95+
* @return A reference to this FileCreateTransaction object with the newly-set memo.
96+
* @throws std::invalid_argument If the number of bytes exceeds 100.
9797
* @throws IllegalStateException If this FileCreateTransaction is frozen.
9898
*/
9999
FileCreateTransaction& setFileMemo(std::string_view memo);

0 commit comments

Comments
 (0)