Commit 8df6fd8
authored
fix: use destination wallet input when minting ABL tokens (#580)
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 ac6a2d8 commit 8df6fd8
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