diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-25 22:14:57 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-31 01:18:28 +0800 |
commit | 91459ffc76f2c0e7e42e967b9b6278ddbe37166e (patch) | |
tree | fd0e10265e7928bbdd929f74be54b4b3667b046f /docs/units-and-global-variables.rst | |
parent | a011ffdd486990ec7d2e9dc0b25ed04c63b84974 (diff) | |
download | dexon-solidity-91459ffc76f2c0e7e42e967b9b6278ddbe37166e.tar.gz dexon-solidity-91459ffc76f2c0e7e42e967b9b6278ddbe37166e.tar.zst dexon-solidity-91459ffc76f2c0e7e42e967b9b6278ddbe37166e.zip |
Corrected underline length
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r-- | docs/units-and-global-variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 8f910c80..dd9f4a6f 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -48,7 +48,7 @@ namespace and are mainly used to provide information about the blockchain. Block and Transaction Properties ------------------------------------- +-------------------------------- - ``block.coinbase`` (``address``): current block miner's address - ``block.difficulty`` (``uint``): current block difficulty |