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 {