Skip to content

Commit

Permalink
Merge pull request #324 from fioprotocol/feature/reregisterprodbug-fi…
Browse files Browse the repository at this point in the history
…o-contracts-develop-02072024

set active on update of  BPinfo
  • Loading branch information
misterleet authored Feb 13, 2024
2 parents 46da7aa + 9d7df86 commit 6b8cc3e
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 6b8cc3e

Please sign in to comment.