mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
BitcoinSerializer: remove redundant cursor incrementation
This commit is contained in:
parent
3ff22bdf13
commit
1b9b339720
@ -402,7 +402,6 @@ public class BitcoinSerializer extends MessageSerializer {
|
||||
checksum = new byte[4];
|
||||
// Note that the size read above includes the checksum bytes.
|
||||
System.arraycopy(header, cursor, checksum, 0, 4);
|
||||
cursor += 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user