From 2ec0b5d2d5230df4fc3efda36f1b9dfebaa65b66 Mon Sep 17 00:00:00 2001 From: Oleg Baranov Date: Thu, 25 Jul 2024 19:00:26 +0400 Subject: [PATCH] Fixed ShardDescription field type in ShardInfo --- ton/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ton/block.go b/ton/block.go index 09c139d..5fe1e15 100644 --- a/ton/block.go +++ b/ton/block.go @@ -182,7 +182,7 @@ type ShardInfo struct { ID *BlockIDExt `tl:"struct"` ShardBlock *BlockIDExt `tl:"struct"` ShardProof []*cell.Cell `tl:"cell optional 2"` - ShardDescription *cell.Cell `tl:"bytes"` + ShardDescription *cell.Cell `tl:"cell optional"` } type BlockTransactions struct {