We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99af12b commit cc5f811Copy full SHA for cc5f811
pkg/bath/nft.go
@@ -43,6 +43,7 @@ var NftTransferStraw = Straw[BubbleNftTransfer]{
43
newAction.payload = transfer.ForwardPayload.Value
44
if newAction.recipient == nil {
45
newAction.recipient = parseAccount(transfer.NewOwner)
46
+ bubble.Accounts = append(bubble.Accounts, newAction.recipient.Address)
47
}
48
return nil
49
},
0 commit comments