BitcoinSerializer: remove redundant cursor incrementation

This commit is contained in:
micheal swiggs-malmevik 2023-02-02 17:36:02 +01:00 committed by Andreas Schildbach
parent 3ff22bdf13
commit 1b9b339720

View File

@ -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;
}
}