Skip to content

Commit

Permalink
Merge pull request #371 from stakwork/fix/vanity-address
Browse files Browse the repository at this point in the history
fix: send correct vanity address from frontend
  • Loading branch information
tobi-bams authored Oct 25, 2024
2 parents 3a1eb37 + a62a59a commit bc339a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/super/superapp/src/Remotes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
isSubmitting = true;
if (vanity_address) {
`${vanity_address}${domain}`;
vanity_address = `${vanity_address}${domain}`;
}
try {
Expand Down

0 comments on commit bc339a8

Please sign in to comment.