doc: Simplify Windows install notes.

This commit is contained in:
tecnovert
2021-11-03 23:20:19 +02:00
parent 1d6f55b8b9
commit 8259df4399
3 changed files with 25 additions and 23 deletions

View File

@@ -3278,6 +3278,8 @@ class BasicSwap(BaseApp):
# assert(self.mxDB.locked())
self.log.debug('checkForSpends %s', coin_type)
# TODO: Check for spends on watchonly txns where possible
if 'have_spent_index' in self.coin_clients[coin_type] and self.coin_clients[coin_type]['have_spent_index']:
# TODO: batch getspentinfo
for o in c['watched_outputs']: