mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
8 lines
326 B
Markdown
8 lines
326 B
Markdown
![]() |
RPC changes
|
||
|
-----------
|
||
|
|
||
|
Exposed transaction version numbers are now treated as unsigned 32-bit integers
|
||
|
instead of signed 32-bit integers. This matches their treatment in consensus
|
||
|
logic. Versions greater than 2 continue to be non-standard (matching previous
|
||
|
behavior of smaller than 1 or greater than 2 being non-standard).
|