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 46d8b35 commit 56e36a3Copy full SHA for 56e36a3
packages/wallet/src/Wallets/BaseWallet.ts
@@ -553,6 +553,7 @@ export class BaseWallet implements ObservableWallet {
553
554
this.balance = createBalanceTracker(this.protocolParameters$, this.utxo, this.delegation);
555
556
+ // TODO[LW-11929]: Implement `observe` method in DocumentStore interface.
557
const assetsCache$ = defer(() => stores.assets.get().pipe(defaultIfEmpty(new Map())));
558
559
this.assetInfo$ = new PersistentDocumentTrackerSubject(
0 commit comments