aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-26 01:26:33 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-26 01:29:50 +0800
commit6c9dcaf7ac729ca06dad8cd839556df96f0022af (patch)
tree30dd05f9eb99dcb7d53c77bb7820ffb2778a8240 /docs
parentc3b839ca751bd11a5881fea1db1cfa92ec468d16 (diff)
downloaddexon-solidity-6c9dcaf7ac729ca06dad8cd839556df96f0022af.tar.gz
dexon-solidity-6c9dcaf7ac729ca06dad8cd839556df96f0022af.tar.zst
dexon-solidity-6c9dcaf7ac729ca06dad8cd839556df96f0022af.zip
Mention the order of the ABI in metadata
Diffstat (limited to 'docs')
-rw-r--r--docs/miscellaneous.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 2865d884..7be46eac 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -314,6 +314,8 @@ Comments are of course also not permitted and used here only for explanatory pur
}
}
+.. note::
+ Note the ABI definition above has no fixed order. It can change with compiler versions.
Encoding of the Metadata Hash in the Bytecode
=============================================