DIP5 - Correct markdown table layout (#38)

Fixes SubTxCloseAccount payload detail table
This commit is contained in:
thephez 2019-01-09 15:50:31 -05:00 committed by GitHub
parent 67743489a4
commit 145063f010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ The special transaction type used for CloseAccount Subscription Transactions is
The transaction consists of the following data in the payload area:
| Name | Type | Size | Description |
| - | - | - |
| - | - | - | - |
| version | uint16_t | 2 | Close account transaction version number |
| regTxHash | uint256 | 32 | Registration Transaction-ID of the first Register Subscription Transaction |
| hashPrevSubTx | uint256 | 32 | Hash of the users previous subscription transaction. This is necessary to ensure proper order of operations is followed (e.g. make sure the proper key has signed the Close message if a ResetKey message is also present) |