Update naming of Mainnet

This commit is contained in:
William Entriken
2022-06-30 16:47:11 +02:00
committed by Marenz
parent 05496064fe
commit 2a957413d0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1285,7 +1285,7 @@ void CompilerStack::assemble(
"Contract code size is "s +
to_string(compiledContract.runtimeObject.bytecode.size()) +
" bytes and exceeds 24576 bytes (a limit introduced in Spurious Dragon). "
"This contract may not be deployable on mainnet. "
"This contract may not be deployable on Mainnet. "
"Consider enabling the optimizer (with a low \"runs\" value!), "
"turning off revert strings, or using libraries."
);