few small fixes
This commit is contained in:
@@ -3,7 +3,7 @@ import QtQuick.Controls
|
||||
|
||||
import org.electrum 1.0
|
||||
|
||||
ComboBox {
|
||||
ElComboBox {
|
||||
id: control
|
||||
|
||||
required property QtObject feeslider
|
||||
|
||||
@@ -442,11 +442,11 @@ class TxMonMixin(QtEventListener):
|
||||
self.txidChanged.emit()
|
||||
|
||||
# override
|
||||
def get_tx(self):
|
||||
def get_tx(self) -> None:
|
||||
pass
|
||||
|
||||
# override
|
||||
def tx_verified(self):
|
||||
def tx_verified(self) -> None:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user