diff --git a/src/gui/qt-daemon/html/assets/i18n/en.json b/src/gui/qt-daemon/html/assets/i18n/en.json index c5a4ef1b..a5bef8f0 100644 --- a/src/gui/qt-daemon/html/assets/i18n/en.json +++ b/src/gui/qt-daemon/html/assets/i18n/en.json @@ -250,6 +250,7 @@ "DETAILS": "Additional details", "MIXIN": "Mixin", "FEE": "Fee", + "HIDE": "Hide your wallet address from receiver", "BUTTON": "Send", "SUCCESS_SENT": "Transaction sent", "FORM_ERRORS": { diff --git a/src/gui/qt-daemon/html/main.js b/src/gui/qt-daemon/html/main.js index d90e9319..7c867301 100644 --- a/src/gui/qt-daemon/html/main.js +++ b/src/gui/qt-daemon/html/main.js @@ -1936,7 +1936,7 @@ var BackendService = /** @class */ (function () { }; this.runCommand('restore_wallet', params, callback); }; - BackendService.prototype.sendMoney = function (from_wallet_id, to_address, amount, fee, mixin, comment, callback) { + BackendService.prototype.sendMoney = function (from_wallet_id, to_address, amount, fee, mixin, comment, hide, callback) { var params = { wallet_id: parseInt(from_wallet_id, 10), destinations: [ @@ -1949,7 +1949,7 @@ var BackendService = /** @class */ (function () { lock_time: 0, fee: this.moneyToIntPipe.transform(fee), comment: comment, - push_payer: true + push_payer: !hide }; this.runCommand('transfer', params, callback); }; @@ -5810,7 +5810,7 @@ var SeedPhraseComponent = /** @class */ (function () { /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
\r\n" +module.exports = "\r\n" /***/ }), @@ -5821,7 +5821,7 @@ module.exports = "