docs: Remove the outdated information about linked library name length limitation

This commit is contained in:
Kamil Śliwak 2020-11-14 00:48:40 +01:00
parent c3b862c073
commit aba04c7afa

View File

@ -196,8 +196,6 @@ manually by replacing all those 40 symbols by the hex
encoding of the address of the library contract.
.. note::
Manually linking libraries on the generated bytecode is discouraged, because
in this way, the library name is restricted to 36 characters.
You should ask the compiler to link the libraries at the time
a contract is compiled by either using
the ``--libraries`` option of ``solc`` or the ``libraries`` key if you use