Commit b937635
committed
fix: use destination wallet input when minting ABL tokens
The mint flow was ignoring the Destination Wallet field and always minting
to the connected wallet's ATA. Read the input value and fall back to the
connected wallet only when empty.1 parent 26545e7 commit b937635
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- tokens/token-2022/transfer-hook/allow-block-list-token/src/components/abl-token
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments