mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 03:20:24 +01:00
Merge bitcoin/bitcoin#33237: doc: use new block_to_connect parameter name
1c3db0ed8edoc: use new block_to_connect parameter name (stickies-v) Pull request description: The parameter name was previously changed from `pblock` to `block_to_connect` in9ba1fff29e, without updating the documentation. Addresses https://github.com/bitcoin/bitcoin/pull/33078#discussion_r2279914775. ACKs for top commit: purpleKarrot: ACK1c3db0ed8ejanb84: ACK1c3db0ed8emusaHaruna: ACK [1c3db0e](1c3db0ed8e) Tree-SHA512: 8b12243f1d9e5586e487dd705dc5b40ff12025bb5539eb4195f7fde4df38a9fe8eb0a9570a72f9463a2420f7307358409804fcb23bb73e32ff691ac4ef5bc35a
This commit is contained in:
@@ -3103,7 +3103,7 @@ public:
|
||||
};
|
||||
|
||||
/**
|
||||
* Connect a new block to m_chain. pblock is either nullptr or a pointer to a CBlock
|
||||
* Connect a new block to m_chain. block_to_connect is either nullptr or a pointer to a CBlock
|
||||
* corresponding to pindexNew, to bypass loading it again from disk.
|
||||
*
|
||||
* The block is added to connectTrace if connection succeeds.
|
||||
|
||||
Reference in New Issue
Block a user