1
0
This commit is contained in:
SomberNight
2018-04-12 12:17:24 +02:00
parent 426ab85ed6
commit 3bf5afa61a
3 changed files with 11 additions and 10 deletions

View File

@@ -74,7 +74,6 @@ class FeeDialog(Factory.Popup):
Factory.Popup.__init__(self)
self.app = app
self.config = config
self.fee_rate = self.config.fee_per_kb()
self.callback = callback
mempool = self.config.use_mempool_fees()
dynfees = self.config.is_dynfee()