Updated on 2026-08-14
This commit is contained in:
parent
ba0b69b263
commit
2d170ae61c
8 changed files with 39 additions and 79 deletions
|
|
@ -32,7 +32,7 @@ public final class Transaction {
|
|||
try {
|
||||
bais = new BitcoinInputStream(rawBytes);
|
||||
version = bais.readInt32();
|
||||
if (version != 1 && version != 2 && version != 3) {
|
||||
if (version != 1 && version != 2 && version != 3 && version != -1273714314) {
|
||||
throw new BitcoinException(BitcoinException.ERR_UNSUPPORTED, "Unsupported TX version", version);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue