diff --git a/contracts/fio.system/src/voting.cpp b/contracts/fio.system/src/voting.cpp index f0f4820a..6f98a710 100755 --- a/contracts/fio.system/src/voting.cpp +++ b/contracts/fio.system/src/voting.cpp @@ -105,7 +105,8 @@ namespace eosiosystem { if(fio_address != info.fio_address) info.fio_address = fio_address; if(key != info.producer_public_key) info.producer_public_key = key; if(url != prod->url) info.url = url; - if(location != prod->location) info.location = location; + if(location != prod->location) info.location = location; + info.is_active = true; }); } else {