1
0

qml: strip whitespace of data pasted/scanned before processing

This commit is contained in:
Sander van Grieken
2023-07-09 11:55:06 +02:00
committed by SomberNight
parent 6523a73ac5
commit 4576049b50

View File

@@ -24,6 +24,7 @@ ElDialog {
}
function dispatch(data) {
data = data.trim()
if (bitcoin.isRawTx(data)) {
txFound(data)
} else if (Daemon.currentWallet.isValidChannelBackup(data)) {