We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b129a commit 2208fa1Copy full SHA for 2208fa1
1 file changed
pkg/bath/airdrop.go
@@ -57,7 +57,7 @@ var AirdropClaimStraw = Straw[BubbleAirdropClaim]{
57
newAction.RecipientJettonWallet = tx.recipientWallet
58
newAction.JettonMaster = tx.master
59
newAction.ClaimedAmount = big.Int(tx.amount)
60
- newAction.Success = tx.success
+ newAction.Success = tx.success && newAction.Recipient.Address == tx.recipient.Address
61
return nil
62
},
63
0 commit comments