diff --git a/protocol/network/messages/dsproof-beta.md b/protocol/network/messages/dsproof-beta.md index 61b1191..39b532d 100644 --- a/protocol/network/messages/dsproof-beta.md +++ b/protocol/network/messages/dsproof-beta.md @@ -40,7 +40,7 @@ The `spender` format is as follows. Each field in the (below) table's `description` column loosely corresponds to the name of the preimage component used when generating transaction signatures per the [transaction signing algorithm](/protocol/blockchain/transaction/transaction-signing). | Field | Length | Format | [Signature Preimage](/protocol/blockchain/transaction/transaction-signing#preimage-format) Component | Description | -| -----------|:-----------:| ----------:|---------:| +| -----------|:-----------:| ----------:|---------:|---------:| | tx version | 4 | unsigned integer[(LE)](/protocol/misc/endian/little) | #1 | Copy of the transactions version field | | sequence | 4 | unsigned integer[(LE)](/protocol/misc/endian/little) | #7 | Copy of the sequence field of the input | | locktime | 4 | unsigned integer[(LE)](/protocol/misc/endian/little) | #9 | Copy of the transactions locktime field |