mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14390 from criadoperez/fix/criadoperez
Fixed typo in protoToAbiv2.h
This commit is contained in:
commit
27faacb72c
@ -390,7 +390,7 @@ private:
|
|||||||
return m_isLastDynParamRightPadded;
|
return m_isLastDynParamRightPadded;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Convert delimter to a comma or null string.
|
/// Convert delimiter to a comma or null string.
|
||||||
static std::string delimiterToString(Delimiter _delimiter, bool _space = true);
|
static std::string delimiterToString(Delimiter _delimiter, bool _space = true);
|
||||||
/// Generates number in the range [1, @param _n] uniformly at random.
|
/// Generates number in the range [1, @param _n] uniformly at random.
|
||||||
unsigned randomNumberOneToN(unsigned _n)
|
unsigned randomNumberOneToN(unsigned _n)
|
||||||
|
Loading…
Reference in New Issue
Block a user