Промежуточный комит верии которая может быть работает :)
This commit is contained in:
AidarKC
2025-12-17 13:32:06 +03:00
parent eaf1affb27
commit eb37b43de4
6 changed files with 376 additions and 32 deletions
@@ -127,6 +127,14 @@ public final class BchBlockEntry_new {
this.fullBytes = bb.array();
}
public byte[] getRawBytes() {
int rawLen = recordSize - SIGNATURE_LEN - HASH_LEN;
byte[] raw = new byte[rawLen];
System.arraycopy(fullBytes, 0, raw, 0, rawLen);
return raw;
}
/* ===================================================================== */
public byte[] getSignature64() {