mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 02:50:55 +02:00
[trivial] Fix typo in CDiskBlockPos struct's ToString
This commit is contained in:
@@ -117,7 +117,7 @@ struct CDiskBlockPos
|
||||
|
||||
std::string ToString() const
|
||||
{
|
||||
return strprintf("CBlockDiskPos(nFile=%i, nPos=%i)", nFile, nPos);
|
||||
return strprintf("CDiskBlockPos(nFile=%i, nPos=%i)", nFile, nPos);
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user