Skip to content

Commit

Permalink
Fix jetton transfer message
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed Apr 30, 2024
1 parent 137125d commit d47529c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/TonSwift/Jettons/JettonTransferData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public struct JettonTransferData: CellCodable {
if let comment = comment {
commentCell = try Builder().store(int: 0, bits: 32).writeSnakeData(Data(comment.utf8)).endCell()
}
try builder.store(bit: commentCell != nil)
try builder.storeMaybe(ref: commentCell)
}

Expand Down

0 comments on commit d47529c

Please sign in to comment.