WIP: Server xxx endpoints #68

Closed
jeffreypicard wants to merge 3 commits from server-xxx-endpoints into master
jeffreypicard commented 2022-10-12 11:56:43 +02:00 (Migrated from github.com)
No description provided.
moodyjon (Migrated from github.com) reviewed 2022-10-12 17:51:45 +02:00
moodyjon (Migrated from github.com) commented 2022-10-12 17:51:45 +02:00

This should be derived from "chain" param (mainnet, testnet, ...). See chaincfg.MainNetParams, chaincfg.TestNet3Params, etc.

The place to decide this is in MakeHubServer() where it the final value of chain is derived from dbChain and cliChain.

This should be derived from "chain" param (mainnet, testnet, ...). See `chaincfg.MainNetParams`, `chaincfg.TestNet3Params`, etc. The place to decide this is in `MakeHubServer()` where it the final value of `chain` is derived from `dbChain` and `cliChain`.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/herald.go#68
No description provided.