From 639823019c4ce0a577061bcb01fea71c520763a4 Mon Sep 17 00:00:00 2001 From: TomZ Date: Fri, 10 Jun 2022 22:41:31 +0200 Subject: [PATCH] Fix table --- protocol/network/messages/dsproof-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |