Skip to content

Commit 13d011a

Browse files
Merge pull request #827 from lxcmyf/feature/dev_4.8.0
fix(conf): optimize configuration instructions
2 parents 5bb4cc4 + 3c4afd2 commit 13d011a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/config.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ blockNumberStartToScan = 22690588
2828

2929
# open ledger debug
3030
# 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

Comments
 (0)