diff options
-rw-r--r-- | AST.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ std::string FunctionDefinition::getCanonicalSignature() if (i != parameters.size()) { ret += ","; } + i++; } ret += ")"; return ret; |
index : dexon-solidity | ||
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity) | LAN-TW |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | AST.cpp | 1 |
@@ -122,6 +122,7 @@ std::string FunctionDefinition::getCanonicalSignature() if (i != parameters.size()) { ret += ","; } + i++; } ret += ")"; return ret; |