Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 11, 2025
1 parent fe3fff9 commit 91ea130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const ctx = {
},

getScheduledRewards: () => wallet.getScheduledRewards(),
getCheckerWalletBalance: () => wallet.getBalance(),
getWalletBalance: () => wallet.getBalance(),

manualCheckForUpdates: () => { throw new Error('never get here') },
saveModuleLogsAs: () => { throw new Error('never get here') },
Expand Down
2 changes: 1 addition & 1 deletion main/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface Context {
getScheduledRewardsForAddress(): string;

getScheduledRewards(): string;
getCheckerWalletBalance(): string;
getWalletBalance(): string;

showUI: () => void;
isShowingUI: boolean;
Expand Down

0 comments on commit 91ea130

Please sign in to comment.