commit e35d0bb0a61bb310876cc02399e78d7d7d490e93
parent cea0acc753a1d4da71b7322fc74844121d26e22f
Author: chris-belcher <belcher@riseup.net>
Date: Sat, 15 Aug 2020 09:19:27 +0100
Merge pull request #209 from Liongrass/patch-1
Update transactionmonitor.py
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrumpersonalserver/server/transactionmonitor.py b/electrumpersonalserver/server/transactionmonitor.py
@@ -155,7 +155,7 @@ class TransactionMonitor(object):
logger.error("Not enough addresses imported.")
logger.error("Delete wallet.dat and increase the value"
+ " of `initial_import_count` in the file"
- + " `config.cfg` then reimport and rescan")
+ + " `config.ini` then reimport and rescan")
#TODO make it so users dont have to delete wallet.dat
# check whether all initial_import_count addresses are
# imported rather than just the first one