diff --git a/docs/contracts/libraries.rst b/docs/contracts/libraries.rst index 5630c7212..035bb36e1 100644 --- a/docs/contracts/libraries.rst +++ b/docs/contracts/libraries.rst @@ -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