mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
main: Finished HIP-02 sending
This commit is contained in:
parent
14cb5453dc
commit
699b1051d4
@ -1262,7 +1262,7 @@ namespace FireWallet
|
||||
#region Send
|
||||
|
||||
// Store TLSA hash
|
||||
private string TLSA = "";
|
||||
public string TLSA { get; set; }
|
||||
private async void textBoxSendingTo_Leave(object sender, EventArgs e)
|
||||
{
|
||||
labelSendingError.Hide();
|
||||
@ -1462,6 +1462,10 @@ namespace FireWallet
|
||||
try
|
||||
{
|
||||
string address = textBoxSendingTo.Text;
|
||||
if (labelHIPArrow.Visible)
|
||||
{
|
||||
address = labelSendingHIPAddress.Text;
|
||||
}
|
||||
bool valid = await ValidAddress(address);
|
||||
if (!valid)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user