Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoober committed Jul 6, 2024
1 parent ed50658 commit b77f81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/web/components/dashboard/dashboard-feature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { useAnchorWallet, useConnection } from '@solana/wallet-adapter-react';
import { BN, web3 } from '@coral-xyz/anchor';
import { Keypair, PublicKey, sendAndConfirmTransaction } from '@solana/web3.js';

import hosue_wallet from '/home/agent/.config/solana/id.json';
import house_wallet from '/home/agent/.config/solana/id.json';
import { SystemProgram } from '@solana/web3.js';
// import wallet2 from '../../../../wallet.json';
const house = Keypair.fromSecretKey(new Uint8Array(hosue_wallet));
const house = Keypair.fromSecretKey(new Uint8Array(house_wallet));
// const player1 = Keypair.fromSecretKey(new Uint8Array(wallet2));

export default function DashboardFeature() {
Expand Down

0 comments on commit b77f81f

Please sign in to comment.