|
|
|
@ -280,8 +280,7 @@ class QETxFinalizer(TxFeeSlider): |
|
|
|
if self._canRbf != canRbf: |
|
|
|
if self._canRbf != canRbf: |
|
|
|
self._canRbf = canRbf |
|
|
|
self._canRbf = canRbf |
|
|
|
self.canRbfChanged.emit() |
|
|
|
self.canRbfChanged.emit() |
|
|
|
if not canRbf and self.rbf: |
|
|
|
self.rbf = self._canRbf # if we can RbF, we do RbF |
|
|
|
self.rbf = False |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@profiler |
|
|
|
@profiler |
|
|
|
def make_tx(self, amount): |
|
|
|
def make_tx(self, amount): |
|
|
|
|