mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 18:02:22 +02:00
doc: use new block_to_connect parameter name
This was previously changed in 9ba1fff29e
,
without updating the documentation.
Co-authored-by: stringintech <stringintech@gmail.com>
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