diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-30 05:25:05 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-30 18:12:14 +0800 |
commit | ded7258b01ce015b421a6c29d323adfd0d1b0da9 (patch) | |
tree | 376702127a2927ae8c82296d5418e3638d365ef2 /docs/using-the-compiler.rst | |
parent | f6828fc7c3d5543837436f932a79ea9c21cf78e0 (diff) | |
download | dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.gz dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.bz2 dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.lz dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.xz dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.zst dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.zip |
Swap key/value of methodIdentifiers
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r-- | docs/using-the-compiler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index c0602d5f..f5595929 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -236,7 +236,7 @@ Output Description deployedBytecode: { }, // The list of function hashes methodIdentifiers: { - "5c19a95c": "delegate(address)", + "delegate(address)": "5c19a95c" }, // Function gas estimates gasEstimates: { |