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