lunalib 1.5.0__py3-none-any.whl → 1.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -736,7 +736,7 @@ class BlockchainManager:
736
736
  transactions.append(enhanced_tx)
737
737
  print(f"⬇️ Found outgoing transaction: {amount} LUN + {fee} fee")
738
738
 
739
- print(f"📊 Scan complete for block #{block.get('index')}: {len(transactions)} transactions found")
739
+ print(f" Scan complete for block #{block.get('index')}: {len(transactions)} transactions found")
740
740
  return transactions
741
741
  def _handle_regular_transfers(self, tx: Dict, address_lower: str) -> Dict:
742
742
  """Handle regular transfer transactions that might be in different formats"""