diff --git a/FLO_webWallet_mainnet.html b/FLO_webWallet_mainnet.html
index cb33508..f858e75 100644
--- a/FLO_webWallet_mainnet.html
+++ b/FLO_webWallet_mainnet.html
@@ -172,9 +172,7 @@ function startup(){
}
}).then(res => {
if(res.length){
- monitorData();
var input = document.getElementById("getAddr");
- input.value = "";
input.value = res.join(',');
monitorData();
input.value = "";