From 3d5d7eade91383e22e209b6be4387ca509c9eef8 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 25 Apr 2023 03:15:35 +0530 Subject: [PATCH] testing --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 82be277..92cfc8e 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,9 @@ @@ -626,7 +626,7 @@ Send -
  • @@ -2670,7 +2670,7 @@ const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value if (!userChoice) return notify('Please select a choice', 'error') - floData = `send ${participationAmount} ${tokenIdentification} to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}` + floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}` break } }