Skip to content

Commit cc5f811

Browse files
committed
append nft recipient from transfer
1 parent 99af12b commit cc5f811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/bath/nft.go

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var NftTransferStraw = Straw[BubbleNftTransfer]{
4343
newAction.payload = transfer.ForwardPayload.Value
4444
if newAction.recipient == nil {
4545
newAction.recipient = parseAccount(transfer.NewOwner)
46+
bubble.Accounts = append(bubble.Accounts, newAction.recipient.Address)
4647
}
4748
return nil
4849
},

0 commit comments

Comments
 (0)