mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Remove the outdated information about linked library name length limitation
This commit is contained in:
parent
c3b862c073
commit
aba04c7afa
@ -196,8 +196,6 @@ manually by replacing all those 40 symbols by the hex
|
|||||||
encoding of the address of the library contract.
|
encoding of the address of the library contract.
|
||||||
|
|
||||||
.. note::
|
.. 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
|
You should ask the compiler to link the libraries at the time
|
||||||
a contract is compiled by either using
|
a contract is compiled by either using
|
||||||
the ``--libraries`` option of ``solc`` or the ``libraries`` key if you use
|
the ``--libraries`` option of ``solc`` or the ``libraries`` key if you use
|
||||||
|
Loading…
Reference in New Issue
Block a user