Transfer: forbid long Payment IDs

This commit is contained in:
xiphon
2019-09-28 02:00:51 +00:00
parent d3b81cb6f8
commit f72ed257ce
3 changed files with 12 additions and 19 deletions

View File

@@ -460,10 +460,6 @@ ApplicationWindow {
// Raise window
appWindow.raise();
appWindow.show();
// @TODO: remove after paymentID deprecation
if(params.hasOwnProperty("tx_payment_id"))
persistentSettings.showPid = true;
}
}
@@ -1371,7 +1367,6 @@ ApplicationWindow {
property bool lockOnUserInActivity: true
property int walletMode: 2
property int lockOnUserInActivityInterval: 10 // minutes
property bool showPid: false
property bool blackTheme: true
property bool fiatPriceEnabled: false