mirror of
https://github.com/seigler/dips
synced 2025-07-26 01:06:13 +00:00
DIP5 - Correct markdown table layout (#38)
Fixes SubTxCloseAccount payload detail table
This commit is contained in:
parent
67743489a4
commit
145063f010
1 changed files with 1 additions and 1 deletions
|
@ -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 user’s 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) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue