summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorkallewoof <karljohan-alm@garage.co.jp>2023-02-10 07:18:45 +0900
committerGitHub <noreply@github.com>2023-02-10 07:18:45 +0900
commit30c88a4bec19b94330bd586e27a8d6a8ceb232a0 (patch)
tree4c24778225b3aa33f694fd7f912138d67591dc06 /bip-0174.mediawiki
parent1a632a38751b24bb18b5e20e65a4b07e4f46b4e0 (diff)
parent1c5572b61757344b1fd76cedb7aebaefabffd75f (diff)
downloadbips-30c88a4bec19b94330bd586e27a8d6a8ceb232a0.tar.xz
Merge pull request #1416 from Shadouts/master
BIP0174 and BIP0370 PSBT_GLOBAL_TX_VERSION <valuedata> type correction
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index a8f9ac8..b7e0d05 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -120,7 +120,7 @@ The currently defined global types are as follows:
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
| None
| No key data
-| <tt><32-bit little endian uint version></tt>
+| <tt><32-bit little endian int version></tt>
| The 32-bit little endian signed integer representing the version number of the transaction being created. Note that this is not the same as the PSBT version number specified by the PSBT_GLOBAL_VERSION field.
| 2
| 0