diff --git a/dip-0005.md b/dip-0005.md index 242b30e..3e7fcb9 100644 --- a/dip-0005.md +++ b/dip-0005.md @@ -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) |