Исправил что бы в интерфейсе BodyHasTarget не требывалось хранить в блоках  BodyHasTarget
и в блоках коннекстин не зранилась поле тоЛогин в байты блока.

(Все тесты тесты проходят)
This commit is contained in:
AidarKC
2026-01-15 15:13:29 +03:00
parent d9fe1f02b8
commit bbca821dcd
5 changed files with 21 additions and 41 deletions
@@ -120,11 +120,7 @@ public final class ReactionBody implements BodyRecord, BodyHasTarget {
/* ====================== BodyHasTarget ====================== */
@Override public String toLogin() { return null; }
@Override public String toBchName() { return toBlockchainName; }
@Override public Integer toBlockGlobalNumber() { return toBlockGlobalNumber; }
@Override public byte[] toBlockHasheBytes() { return toBlockHash32; }
@Override public byte[] toBlockHashBytes() { return toBlockHash32; }
}