Skip to content

Commit 2c223de

Browse files
committed
Merge bitcoin/bitcoin#33237: doc: use new block_to_connect parameter name
1c3db0e doc: use new block_to_connect parameter name (stickies-v) Pull request description: The parameter name was previously changed from `pblock` to `block_to_connect` in 9ba1fff, without updating the documentation. Addresses bitcoin/bitcoin#33078 (comment). ACKs for top commit: purpleKarrot: ACK 1c3db0e janb84: ACK 1c3db0e musaHaruna: ACK [1c3db0e](bitcoin/bitcoin@1c3db0e) Tree-SHA512: 8b12243f1d9e5586e487dd705dc5b40ff12025bb5539eb4195f7fde4df38a9fe8eb0a9570a72f9463a2420f7307358409804fcb23bb73e32ff691ac4ef5bc35a
2 parents 02f6758 + 1c3db0e commit 2c223de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ class ConnectTrace {
31033103
};
31043104

31053105
/**
3106-
* Connect a new block to m_chain. pblock is either nullptr or a pointer to a CBlock
3106+
* Connect a new block to m_chain. block_to_connect is either nullptr or a pointer to a CBlock
31073107
* corresponding to pindexNew, to bypass loading it again from disk.
31083108
*
31093109
* The block is added to connectTrace if connection succeeds.

0 commit comments

Comments
 (0)