mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Wallet tutorial: allow creation of new accounts by default
This commit is contained in:
@@ -375,7 +375,7 @@ class SendXRPDialog(wx.Dialog):
|
|||||||
if err_msg:
|
if err_msg:
|
||||||
# Disabling the button is optional. These types of errors can be
|
# Disabling the button is optional. These types of errors can be
|
||||||
# benign, so you could let the user "click through" them.
|
# benign, so you could let the user "click through" them.
|
||||||
self.btn_send.Disable()
|
# self.btn_send.Disable()
|
||||||
self.err_to.SetToolTip(err_msg)
|
self.err_to.SetToolTip(err_msg)
|
||||||
self.err_to.Show()
|
self.err_to.Show()
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -393,7 +393,7 @@ class SendXRPDialog(wx.Dialog):
|
|||||||
if err_msg:
|
if err_msg:
|
||||||
# Disabling the button is optional. These types of errors can be
|
# Disabling the button is optional. These types of errors can be
|
||||||
# benign, so you could let the user "click through" them.
|
# benign, so you could let the user "click through" them.
|
||||||
self.btn_send.Disable()
|
# self.btn_send.Disable()
|
||||||
self.err_to.SetToolTip(err_msg)
|
self.err_to.SetToolTip(err_msg)
|
||||||
self.err_to.Show()
|
self.err_to.Show()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user