Skip to content

Commit 0d34883

Browse files
Readme changes for get transaction extra parameters.
1 parent c184199 commit 0d34883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ For executing transactions, you need to understand the 4 modules described below
568568

569569
// To get transactions between some specific time, add start time and end time.
570570
long startTime = 1563260786;
571-
long let endTime = 1563280786;
571+
long endTime = 1563280786;
572572

573573
// Name of the transaction. Eg. "like", "download", etc.
574574
// NOTE: Max length 25 characters (Allowed characters: [A-Za-z0-9_/s])

0 commit comments

Comments
 (0)