Skip to content

doc: use BGL names in init interface comments#296

Open
pinehill99 wants to merge 1 commit into
BitgesellOfficial:masterfrom
pinehill99:bgl-docs-remaining-20260529
Open

doc: use BGL names in init interface comments#296
pinehill99 wants to merge 1 commit into
BitgesellOfficial:masterfrom
pinehill99:bgl-docs-remaining-20260529

Conversation

@pinehill99
Copy link
Copy Markdown

Refs #39 and #81.

This is a focused cleanup for the init/interface documentation comments that still used inherited Bitcoin process and config names. It updates those comments to use the Bitgesell names already defined in the tree: BGL-node, BGL-wallet, BGL-gui, BGLd, BGL-qt, and BGL.conf.

Scope:

  • src/interfaces/README.md
  • src/interfaces/init.h
  • src/interfaces/node.h
  • src/interfaces/chain.h
  • src/init/common.h
  • src/init/BGL-node.cpp

Validation:

  • git diff --check HEAD~1..HEAD
  • rg -n "bitcoin code|bitcoin node|bitcoin\.conf|bitcoin-node|bitcoin-wallet|bitcoin-gui|bitcoind process|bitcoin-qt" src/interfaces/README.md src/interfaces/init.h src/interfaces/node.h src/interfaces/chain.h src/init/common.h src/init/BGL-node.cpp returned no matches after the patch.

I did not run a full build because this change is limited to comments and one Markdown line; it does not alter code behavior, APIs, or build files.

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.

1 participant