1
0

move relayfee and dust_threshold to bitcoin.py

This commit is contained in:
SomberNight
2018-10-25 23:08:59 +02:00
parent 99d18a48f2
commit 791e0e1a67
3 changed files with 18 additions and 15 deletions

View File

@@ -201,7 +201,7 @@ class Network(PrintError):
self.banner = ''
self.donation_address = ''
self.relay_fee = None
self.relay_fee = None # type: Optional[int]
# callbacks set by the GUI
self.callbacks = defaultdict(list) # note: needs self.callback_lock