Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Mar 29, 2018
1 parent 159e97a commit 4154e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def get_scriptpubkeys_to_monitor(rpc, config):
watch_only_addresses_to_import = []
if not watch_only_addresses.issubset(imported_addresses):
import_needed = True
watch_only_addresses_to_import = wallet_addresses - imported_addresses
watch_only_addresses_to_import = watch_only_addresses - imported_addresses

#if addresses need to be imported then return them
if import_needed:
Expand Down

0 comments on commit 4154e82

Please sign in to comment.