Skip to content

[Yaci Viewer] - Fix Typo, Subscription Leak & Block Size Display#163

Merged
satran004 merged 1 commit into
bloxbean:mainfrom
wistkeylab:fix_164
May 18, 2026
Merged

[Yaci Viewer] - Fix Typo, Subscription Leak & Block Size Display#163
satran004 merged 1 commit into
bloxbean:mainfrom
wistkeylab:fix_164

Conversation

@wistkeylab
Copy link
Copy Markdown
Contributor

  • Fix typo in transactions error message: 'recepie' → 'transactions'
  • Fix NetworkInfo subscription leak: save and call the unsubscribe function returned by blocksStore.subscribe() instead of creating a new empty subscription in onDestroy
  • Fix block size display in RecentBlocks: divide by 1024 (not 1000) and format with toFixed(2) to match the full Blocks page

- Fix typo in transactions error message: 'recepie' → 'transactions'
- Fix NetworkInfo subscription leak: save and call the unsubscribe
  function returned by blocksStore.subscribe() instead of creating a
  new empty subscription in onDestroy
- Fix block size display in RecentBlocks: divide by 1024 (not 1000)
  and format with toFixed(2) to match the full Blocks page

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@satran004 satran004 merged commit 7ca8d2e into bloxbean:main May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants