You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2116,7 +2116,7 @@ Modify Wallet Name successful !!
2116
2116
### View backup records
2117
2117
> ViewBackupRecords
2118
2118
2119
-
View backup records.
2119
+
View backup records. You can configure the maximum number of records that `maxRecords` can retain in `config.conf`, excluding the number of buffer records.
2120
2120
2121
2121
Example:
2122
2122
```console
@@ -2130,13 +2130,13 @@ Choose an option (1-2): 1
2130
2130
### View transaction history
2131
2131
> ViewTransactionHistory
2132
2132
2133
-
View transaction history.
2133
+
View transaction history. You can configure the maximum number of records that `maxRecords` can retain in `config.conf`, excluding the number of buffer records.
View backup records. You can configure the maximum number of records that `maxRecords` can retain in `config.conf`, excluding the number of buffer records.
767
767
Usage example:
768
768
wallet> ViewBackupRecords
769
769
Syntax:
770
770
ViewTransactionHistory
771
771
Summary:
772
-
View transaction history.
772
+
View transaction history. You can configure the maximum number of records that `maxRecords` can retain in `config.conf`, excluding the number of buffer records.
0 commit comments