Skip to content

Commit

Permalink
Fixed ShardDescription field type in ShardInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xssnick committed Jul 25, 2024
1 parent 5bacf22 commit 2ec0b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ton/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2ec0b5d

Please sign in to comment.