Skip to content

Commit 094dd4b

Browse files
committed
Rephrase the ATA creation intent to show the owner and mint
Addresses review feedback by including the mint in the interpolated intent for ATA creation. Since the ATA address is derived from the owner and mint, it adds little value on a signing screen, so the intent now surfaces the owner and mint instead.
1 parent 0cc7309 commit 094dd4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

idl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@
30863086
"display": {
30873087
"kind": "instructionDisplayNode",
30883088
"intent": "Create associated token account",
3089-
"interpolatedIntent": "Create associated token account ${accounts.ata} for ${accounts.owner}"
3089+
"interpolatedIntent": "Create the associated token account of ${accounts.owner} for mint ${accounts.mint}"
30903090
},
30913091
"accounts": [
30923092
{
@@ -3225,7 +3225,7 @@
32253225
"display": {
32263226
"kind": "instructionDisplayNode",
32273227
"intent": "Create associated token account",
3228-
"interpolatedIntent": "Create associated token account ${accounts.ata} for ${accounts.owner}"
3228+
"interpolatedIntent": "Create the associated token account of ${accounts.owner} for mint ${accounts.mint}"
32293229
},
32303230
"accounts": [
32313231
{

0 commit comments

Comments
 (0)