We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8705d commit 225ac3fCopy full SHA for 225ac3f
1 file changed
stores/CashuStore.ts
@@ -164,7 +164,7 @@ export default class CashuStore {
164
@observable public mintUrls: Array<string>;
165
@observable public selectedMintUrl: string;
166
@observable public randomizeMintSelection: boolean = false;
167
- @observable public cashuWallets: { [key: string]: Wallet };
+ @observable public cashuWallets: { [key: string]: Wallet } = {};
168
@observable public totalBalanceSats: number;
169
// Per-mint data fetched from CDK
170
@observable public mintBalances: { [key: string]: number } = {};
0 commit comments