diff options
author | Chris Ward <chriswhward@gmail.com> | 2018-12-12 21:26:58 +0800 |
---|---|---|
committer | Chris Ward <chriswhward@gmail.com> | 2018-12-12 21:26:58 +0800 |
commit | 774f7e612932d6300cf3d15d010fa312add744d8 (patch) | |
tree | 4442840a8048b0a7d39d965c77116be956af2ccb /docs/frequently-asked-questions.rst | |
parent | 85291bcb2d0e92c8d515887a00174d46f974500d (diff) | |
download | dexon-solidity-774f7e612932d6300cf3d15d010fa312add744d8.tar.gz dexon-solidity-774f7e612932d6300cf3d15d010fa312add744d8.tar.zst dexon-solidity-774f7e612932d6300cf3d15d010fa312add744d8.zip |
Remove payload FAQ item
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index f3c5b1f7..e58db133 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -9,12 +9,6 @@ This list was originally compiled by `fivedogit <mailto:fivedogit@gmail.com>`_. Basic Questions *************** -What is the transaction "payload"? -================================== - -This is just the bytecode "data" sent along with the request. - - Create a contract that can be killed and return funds ===================================================== |