tqt send tab: show "Pay" button even in watch-only wallets - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e9645db1829a653b9605e205b2f232be545f41b7
DIR parent 5fd790dec9a82998153d72e7a4299c36e306c1b0
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Tue, 21 Jan 2020 14:16:23 +0100
qt send tab: show "Pay" button even in watch-only wallets
Diffstat:
M electrum/gui/qt/main_window.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
t@@ -2063,7 +2063,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
def update_buttons_on_seed(self):
self.seed_button.setVisible(self.wallet.has_seed())
self.password_button.setVisible(self.wallet.may_have_password())
- self.send_button.setVisible(not self.wallet.is_watching_only())
def change_password_dialog(self):
from electrum.storage import StorageEncryptionVersion