Skip to content

Commit 2fb3244

Browse files
authored
Merge pull request #273 from fioprotocol/hotfix/2.8.0-1-hotfix
Remove BD-3073 from voting.cpp
2 parents d2a4606 + 2736c9d commit 2fb3244

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contracts/fio.system/src/voting.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ namespace eosiosystem {
175175
uint64_t account = fioname_iter->owner_account;
176176
fio_403_assert(account == actor.value, ErrorSignature);
177177

178-
auto accountmap = _accountmap.find(account);
179-
fio_400_assert(accountmap->clientkey == fio_pub_key, "fio_pub_key", fio_pub_key,
180-
"Invalid Public Key", ErrorFioNameNotReg);
181-
182-
183178
auto domainsbyname = _domains.get_index<"byname"_n>();
184179
auto domains_iter = domainsbyname.find(domainHash);
185180

0 commit comments

Comments
 (0)