From 1c5572b61757344b1fd76cedb7aebaefabffd75f Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 8 Feb 2023 08:51:28 -0900 Subject: [PATCH] Fix valuedata type to match description. --- bip-0174.mediawiki | 2 +- bip-0370.mediawiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index a8f9ac8a..b7e0d05e 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -120,7 +120,7 @@ The currently defined global types are as follows: | PSBT_GLOBAL_TX_VERSION = 0x02 | None | No key data -| <32-bit little endian uint version> +| <32-bit little endian int version> | 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 diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 11b31253..7ba0af4c 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -62,7 +62,7 @@ The new global types for PSBT Version 2 are as follows: | PSBT_GLOBAL_TX_VERSION = 0x02 | None | No key data -| <32-bit little endian uint version> +| <32-bit little endian int version> | 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