Skip to content

Commit

Permalink
fix(source id): name the source id tags the same on evolve and spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 18, 2024
1 parent a051516 commit 058c829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function spawnANT({
value: antRegistryId,
},
{
name: 'Source-Code-Tx-Id', // utility for understanding what the original source id of the lua code was
name: 'Source-Code-TX-ID', // utility for understanding what the original source id of the lua code was
value: luaCodeTxId,
},
],
Expand Down

0 comments on commit 058c829

Please sign in to comment.