diff --git a/FLO_webWallet_testnet.html b/FLO_webWallet_testnet.html index c6bc157..2ba8f81 100644 --- a/FLO_webWallet_testnet.html +++ b/FLO_webWallet_testnet.html @@ -72,16 +72,22 @@ top:194px; - - const fee = 0.0005; -

FLO

@@ -165,9 +171,10 @@ function startup(){ } } }).then(res => { - console.log(res); - if(res.length){ + if(res.length){ + monitorData(); var input = document.getElementById("getAddr"); + input.value = ""; input.value = res.join(','); monitorData(); input.value = ""; @@ -215,4693 +222,4669 @@ function startup(){ } - - - - - - - - - - - - - - - - - - - - - - - - -