Skip to content

Commit

Permalink
fix: ton token memo (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Lu1zz <yu.lu@onekey.so>
  • Loading branch information
Lu1zz authored Oct 11, 2024
1 parent 3a82018 commit b6edf1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def create_transfer_body(
cell.bits.write_grams(forward_amount)
cell.bits.write_bit(0) # forward_payload in this slice, not separate cell
if forward_payload:
cell.bits.write_uint(0, 32)
cell.bits.write_string(forward_payload)

return cell
Expand Down

0 comments on commit b6edf1f

Please sign in to comment.