Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Oct 6, 2023
1 parent a8f09a1 commit 781fc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/state/Lightning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export interface ILightningModel {

bestBlockheight?: number;
initialKnownBlockheight?: number;
// startChannelAcceptanceManager: Thunk<ILightningModel, void, IStoreInjections>;
}

export const lightning: ILightningModel = {
Expand Down Expand Up @@ -163,7 +162,7 @@ export const lightning: ILightningModel = {
dispatch.clipboardManager.initialize(),
dispatch.deeplinkManager.initialize(),
dispatch.blixtLsp.initialize(),
dispatch.channelRpcInterceptor.initialize(),
dispatch.channelAcceptanceManager.initialize(),
dispatch.lightningBox.initialize(),
]);
} catch (e) {
Expand Down
2 changes: 1 addition & 1 deletion src/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface IStoreModel {
appVersion: number;
appBuild: number;
onboardingState: OnboardingState;
channelRpcInterceptor: IChannelAcceptanceManagerModel;
channelAcceptanceManager: IChannelAcceptanceManagerModel;
}

export const model: IStoreModel = {
Expand Down

1 comment on commit 781fc01

@vercel
Copy link

@vercel vercel bot commented on 781fc01 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-hsjoberg.vercel.app
blixt-wallet-git-master-hsjoberg.vercel.app

Please sign in to comment.