Skip to content

Commit

Permalink
Some additional debug logging for DL
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Dec 10, 2024
1 parent 4ecee05 commit d643b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/data_layer/data_layer_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ async def get_owned_singletons(self) -> List[SingletonRecord]:
self.log.debug("ZACH: Calling self.wallet_state_manager.dl_store.get_all_singletons()")
launcher_ids = await self.wallet_state_manager.dl_store.get_all_launchers()

self.log.debug(f"Had {len(launcher_ids)} launchers")
self.log.debug(f"ZACH: Had {len(launcher_ids)} launchers")
collected = []

self.log.debug("ZACH: Collecting singletons")
Expand Down

0 comments on commit d643b07

Please sign in to comment.