Wallet tutorial: allow creation of new accounts by default

This commit is contained in:
mDuo13
2022-02-04 14:08:48 -08:00
parent 1bac2072d3
commit 361ca0dcfc
2 changed files with 2 additions and 2 deletions

View File

@@ -375,7 +375,7 @@ class SendXRPDialog(wx.Dialog):
if err_msg:
# Disabling the button is optional. These types of errors can be
# 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.Show()
else:

View File

@@ -393,7 +393,7 @@ class SendXRPDialog(wx.Dialog):
if err_msg:
# Disabling the button is optional. These types of errors can be
# 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.Show()
else: