Skip to content

Commit

Permalink
Merge pull request #326 from fioprotocol/develop
Browse files Browse the repository at this point in the history
merge Develop
  • Loading branch information
edrotthoff authored Feb 15, 2024
2 parents 2e4bc47 + 6b8cc3e commit 397d744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/fio.system/src/voting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 397d744

Please sign in to comment.