tMerge pull request #209 from Liongrass/patch-1 - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit e35d0bb0a61bb310876cc02399e78d7d7d490e93
DIR parent cea0acc753a1d4da71b7322fc74844121d26e22f
HTML 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:
M electrumpersonalserver/server/tran… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrumpersonalserver/server/transactionmonitor.py b/electrumpersonalserver/server/transactionmonitor.py
t@@ -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