Skip to content

Commit

Permalink
Merge pull request #44 from fioprotocol/revert-39-dapixcasey-patch-2
Browse files Browse the repository at this point in the history
Revert "Decrease address limit from 1000 to 200"
  • Loading branch information
ericbutz authored Sep 8, 2020
2 parents 686d79e + 5292e01 commit f803d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/fio.address/fio.address.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ namespace fioio {
}
}
if(!wasFound){
fio_400_assert(fioname_iter->addresses.size() != 200, "token_code", tpa->token_code, "Maximum token codes mapped to single FIO Address reached. Only 200 can be mapped.",
fio_400_assert(fioname_iter->addresses.size() != 100, "token_code", tpa->token_code, "Maximum token codes mapped to single FIO Address reached. Only 100 can be mapped.",
ErrorInvalidFioNameFormat);

tempStruct.public_address = tpa->public_address;
Expand Down

0 comments on commit f803d37

Please sign in to comment.