Skip to content

Commit

Permalink
fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Sep 8, 2023
1 parent eb45aa3 commit 59fe91b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/bath/jettons.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ var JettonBurnStraw = Straw[BubbleJettonBurn]{
if tx.inputFrom != nil {
newAction.sender = *tx.inputFrom
}
if tx.additionalInfo.JettonMaster != nil {
newAction.master = *tx.additionalInfo.JettonMaster
}
newAction.senderWallet = tx.account.Address
newAction.success = tx.success
return nil
Expand Down

0 comments on commit 59fe91b

Please sign in to comment.