Skip to content

Commit

Permalink
Use legacy public key format
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 6, 2024
1 parent 027305a commit b0e0fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/(account)/create-account/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
let cost: Asset | undefined = $state();
let costAmount: string | undefined = $derived(cost?.quantity);
let memo: string = $derived(`${accountName}:${publicKey}`);
let memo: string = $derived(`${accountName}:${publicKey?.toLegacyString()}`);
let sendAccount: string = $state('openaccounts');
Expand Down

0 comments on commit b0e0fe5

Please sign in to comment.