Skip to content

feat: display the network type on the home screen#62

Merged
thunderbiscuit merged 1 commit into
bitcoindevkit:masterfrom
skypank-coder:master
Jul 15, 2026
Merged

feat: display the network type on the home screen#62
thunderbiscuit merged 1 commit into
bitcoindevkit:masterfrom
skypank-coder:master

Conversation

@skypank-coder

Copy link
Copy Markdown
Contributor

The label under the balance was hardcoded to "BITCOIN", which is misleading
on any wallet that isn't on mainnet.

This threads the wallet's network through WalletScreenState (seeded from
wallet.network when the view model builds its initial state) and renders it
under the balance, so the home screen reads "SIGNET BITCOIN", "REGTEST BITCOIN",
and so on.

Closes #59

The label under the balance was hardcoded to BITCOIN. Thread the wallet's
network through WalletScreenState and render it (SIGNET BITCOIN, REGTEST
BITCOIN, etc.) so it's clear which network the wallet is on.

Closes bitcoindevkit#59
@skypank-coder

Copy link
Copy Markdown
Contributor Author

@thunderbiscuit Please Review this .

@thunderbiscuit thunderbiscuit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 18452ad. Thank you!

@thunderbiscuit
thunderbiscuit merged commit 18452ad into bitcoindevkit:master Jul 15, 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.

Display the network type somewhere on home screen

2 participants