1
0

qml: don't explicitly add new channel to listmodel. It is updated automatically (and the

model refreshed) through the channels_updated callback
This commit is contained in:
Sander van Grieken
2023-03-10 10:25:14 +01:00
parent 016eea2c04
commit ffb899871f

View File

@@ -236,7 +236,6 @@ ElDialog {
app.channelOpenProgressDialog.channelBackup = channelopener.channelBackup(cid)
}
// TODO: handle incomplete TX
channelopener.wallet.channelModel.new_channel(cid)
root.close()
}
}