Skip to content

Commit 34e4deb

Browse files
committed
fix linter
1 parent 07d8e72 commit 34e4deb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugin-coinbase/src/utils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ export async function getWalletDetails(
300300
amount: balance[1].toString(),
301301
}));
302302

303-
// Fetch the wallet's recent transactions
304-
const walletAddress = await wallet.getDefaultAddress();
305303
const transactions =[];
306304

307305
const formattedTransactions = transactions.map((transaction) => {

0 commit comments

Comments
 (0)