Skip to content

Commit 1c3db0e

Browse files
doc: use new block_to_connect parameter name
This was previously changed in 9ba1fff, without updating the documentation. Co-authored-by: stringintech <stringintech@gmail.com>
1 parent 7d97894 commit 1c3db0e

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)