Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Apr 12, 2024
1 parent 4c49b78 commit ad357cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlb/parser/testdata/big.go.out
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func (t *ContentData) MarshalJSON() ([]byte, error) {
type FullContent struct {
tlb.SumType
Onchain struct {
Data tlb.HashmapE[tlb.Bits256, ContentData]
Data tlb.HashmapE[tlb.Bits256, tlb.Ref[ContentData]]
} `tlbSumType:"#00"`
Offchain struct {
Uri tlb.Text
Expand Down

0 comments on commit ad357cf

Please sign in to comment.