From 59fe91b1d64c2561389b9bba007b4ecfa6fee8ae Mon Sep 17 00:00:00 2001 From: Denis Subbotin Date: Fri, 8 Sep 2023 16:01:36 +0300 Subject: [PATCH] fix master --- pkg/bath/jettons.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/bath/jettons.go b/pkg/bath/jettons.go index be7d1f88..5f5c7322 100644 --- a/pkg/bath/jettons.go +++ b/pkg/bath/jettons.go @@ -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