aboutsummaryrefslogtreecommitdiffstats
path: root/std/Token.sol
diff options
context:
space:
mode:
authorRobbie Ferguson <robbieferguson139@gmail.com>2018-02-27 18:48:16 +0800
committerchriseth <chris@ethereum.org>2018-04-06 22:38:59 +0800
commit49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6 (patch)
tree9fc119be16c25614e5ff8add295f282c7b9e07d7 /std/Token.sol
parent866df15daa21ff55ebd7084976a32cd698fcdb9e (diff)
downloaddexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar.gz
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar.bz2
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar.lz
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar.xz
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.tar.zst
dexon-solidity-49567b3f4c216b3345cd5e6c2f2a9a3b27b54fb6.zip
Update Delegatecall Description in Docs
The previous description did not include the fact that the storage locations of the two contracts must align up until the storage variable(s) affected in order for the called contract to successfully write to the caller's storage. If they are misaligned, delegatecall will silently fail. This is difficult to debug without underlying knowledge of how delegatecall works, and clarity in the docs would certainly be helpful.
Diffstat (limited to 'std/Token.sol')
0 files changed, 0 insertions, 0 deletions