mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not create duplicate case statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
static const std::vector<std::string> dictionary = {
|
||||
static const std::vector<std::string> hexDictionary = {
|
||||
"0",
|
||||
"1",
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
|
||||
Reference in New Issue
Block a user