Skip to content

Commit 2208fa1

Browse files
committed
compare recipient address
1 parent d3b129a commit 2208fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/bath/airdrop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var AirdropClaimStraw = Straw[BubbleAirdropClaim]{
5757
newAction.RecipientJettonWallet = tx.recipientWallet
5858
newAction.JettonMaster = tx.master
5959
newAction.ClaimedAmount = big.Int(tx.amount)
60-
newAction.Success = tx.success
60+
newAction.Success = tx.success && newAction.Recipient.Address == tx.recipient.Address
6161
return nil
6262
},
6363
},

0 commit comments

Comments
 (0)