When visiting an address page on the testnet explorer, the legacy address doesn't use the testnet network. This diff fixes this bug.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC0b6c26f53098: [explorer] Fix address conversion on testnet
cd web/explorer/explorer-exe cp config.dist.toml config.toml
Edit config.toml to add:
chain = "testnet"
And change the chronik server to chronik-testnet.fabien.cash.
Then:
cargo run
Open a address page and check the legacy address is correct.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- explorer_testnet_address_conversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32842 Build 65170: Build Diff build-explorer Build 65169: arc lint + arc unit