mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Use info message box for Pay-To-Many instructions
This commit is contained in:
parent
b21ea13940
commit
d29fd4d9d1
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
_('Format: address, amount'),
|
||||
_('You may load a CSV file using the file icon.')
|
||||
])
|
||||
self.show_warning(msg, title=_('Pay to many'))
|
||||
self.show_message(msg, title=_('Pay to many'))
|
||||
|
||||
def payto_contacts(self, labels):
|
||||
paytos = [self.get_contact_payto(label) for label in labels]
|
||||
|
|
Loading…
Add table
Reference in a new issue