WIP: Server xxx endpoints #68
No reviewers
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/herald.go#68
Loading…
Reference in a new issue
No description provided.
Delete branch "server-xxx-endpoints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ofchain
is derived fromdbChain
andcliChain
.Pull request closed