Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed Jul 15, 2024
1 parent 647cdbf commit 1cb3afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ import {
STORAGE_KEY_CONNECTION_PROTOCOL,
} from './content';
import type { ConnectedSite } from './content';
import { subscribe } from '../state';
import { subscribe } from '../subscriptionManager';
import AdaApi, { genOwnStakingKey } from '../../../../app/api/ada';
import { loadWalletsFromStorage } from '../../../../app/api/ada/lib/storage/models/load';
import { getWalletState, batchLoadSubmittedTransactions } from './utils';
Expand Down

0 comments on commit 1cb3afa

Please sign in to comment.