diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 00:09:50 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-31 00:09:50 +0800 |
commit | 8c57822dfc87113759af346267affdf6941d531a (patch) | |
tree | 3d95081e2a0a7b68ce1d69b2ea6e72dcefae99d3 /docs/transaction_tests | |
parent | 1b839c9f8b2db51ceb422e13523b3c67f71f52da (diff) | |
download | dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar.gz dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar.bz2 dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar.lz dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar.xz dexon-tests-8c57822dfc87113759af346267affdf6941d531a.tar.zst dexon-tests-8c57822dfc87113759af346267affdf6941d531a.zip |
Fix headings, line breaks
Diffstat (limited to 'docs/transaction_tests')
-rw-r--r-- | docs/transaction_tests/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/transaction_tests/index.rst b/docs/transaction_tests/index.rst index ffe65247d..eb06504f6 100644 --- a/docs/transaction_tests/index.rst +++ b/docs/transaction_tests/index.rst @@ -1,15 +1,14 @@ .. _transaction_tests: -################################################################################ Transaction Tests -################################################################################ +================= Describes a complete transaction and its `RLP <https://github.com/ethereum/wiki/wiki/RLP>`_ representation using the .json file. The client should read the rlp and check whether the transaction is valid, has the correct sender and corresponds to the transaction parameters. If it is an invalid transaction, the transaction and the sender object will be missing. Basic structure --------------------------------------------------------------------------------- +--------------- :: { @@ -37,7 +36,7 @@ Basic structure } Sections --------------------------------------------------------------------------------- +-------- * ``rlp`` - RLP encoded data of this transaction * ``transaction`` - transaction described by fields |