mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] main: Rename initializeRNG() to initialiseRNG()
This commit is contained in:
parent
b1e43833c7
commit
7c7ebbb35f
@ -49,7 +49,7 @@ struct CommandLineParsingResult
|
||||
};
|
||||
|
||||
|
||||
void initializeRNG(po::variables_map const& arguments)
|
||||
void initialiseRNG(po::variables_map const& arguments)
|
||||
{
|
||||
uint32_t seed;
|
||||
if (arguments.count("seed") > 0)
|
||||
@ -156,7 +156,7 @@ int main(int argc, char** argv)
|
||||
if (parsingResult.exitCode != 0)
|
||||
return parsingResult.exitCode;
|
||||
|
||||
initializeRNG(parsingResult.arguments);
|
||||
initialiseRNG(parsingResult.arguments);
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user