Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Nov 18, 2024
1 parent e87507d commit 4e1b823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/cookbook/dexes/dedust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ extends fun build(self: Asset): Cell {
if (self.type == AssetTypeJetton) {
return assetBuilder
.storeUint(self.workchain!!, 8)
.storeUint(self.address!!, 256)
.storeUint(self.workchain, 8)
.storeUint(self.address, 256)
.endCell();
}
Expand Down

0 comments on commit 4e1b823

Please sign in to comment.