Skip to content

Commit

Permalink
🤖 Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 10fb6cc commit bdcd17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/sol/utils/sol-transactions.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const mapSolTransactionUi = ({

const from = accountKeys[0];
//edge-case: transaction from my wallet, to my wallet
const to = nonSystemAccountKeys.length === 1 ? accountKeys [0] : accountKeys[1];
const to = nonSystemAccountKeys.length === 1 ? accountKeys[0] : accountKeys[1];

const accountIndex = accountKeys.indexOf(solAddress(address));

Expand Down

0 comments on commit bdcd17a

Please sign in to comment.