aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-30 05:25:05 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-03-30 18:12:14 +0800
commitded7258b01ce015b421a6c29d323adfd0d1b0da9 (patch)
tree376702127a2927ae8c82296d5418e3638d365ef2
parentf6828fc7c3d5543837436f932a79ea9c21cf78e0 (diff)
downloaddexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.gz
dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.tar.zst
dexon-solidity-ded7258b01ce015b421a6c29d323adfd0d1b0da9.zip
Swap key/value of methodIdentifiers
-rw-r--r--docs/using-the-compiler.rst2
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: {