We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bb4cc4 + 3c4afd2 commit 13d011aCopy full SHA for 13d011a
src/main/resources/config.conf
@@ -28,3 +28,11 @@ blockNumberStartToScan = 22690588
28
29
# open ledger debug
30
# ledger_debug = true
31
+
32
+# To use the lock and unlock function of the login account, it is necessary to configure
33
+# lockAccount = true in the config.conf. The current login account is locked, which means that
34
+# signatures and transactions are not allowed. After the current login account is locked, it can be
35
+# unlocked. By default, it will be unlocked again after 300 seconds. Unlocking can specify
36
+# parameters in seconds.
37
38
+# lockAccount = true
0 commit comments