1
0

few small fixes

This commit is contained in:
Sander van Grieken
2023-11-14 14:36:54 +01:00
parent 621a397b70
commit 86a45c668c
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import QtQuick.Controls
import org.electrum 1.0
ComboBox {
ElComboBox {
id: control
required property QtObject feeslider

View File

@@ -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