From aba04c7afa231c05dc7a86227f5dbb4758f30e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Sat, 14 Nov 2020 00:48:40 +0100 Subject: [PATCH] docs: Remove the outdated information about linked library name length limitation --- docs/contracts/libraries.rst | 2 -- 1 file changed, 2 deletions(-) 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