diff --git a/electrum/gui/qml/components/OpenChannelDialog.qml b/electrum/gui/qml/components/OpenChannelDialog.qml index facff3d6e..7e82cd1a9 100644 --- a/electrum/gui/qml/components/OpenChannelDialog.qml +++ b/electrum/gui/qml/components/OpenChannelDialog.qml @@ -172,7 +172,7 @@ ElDialog { Layout.preferredWidth: amountFontMetrics.advanceWidth('0') * 14 + leftPadding + rightPadding onTextAsSatsChanged: { if (!is_max.checked) - channelopener.amount.satsInt = amountBtc.textAsSats.satsInt + channelopener.amount = amountBtc.textAsSats } readOnly: is_max.checked color: readOnly