Skip to content

Commit 80127f0

Browse files
author
MarcoFalke
committed
Merge #13974: [trivial] Fix typo in CDiskBlockPos struct's ToString
8bd98a3 [trivial] Fix typo in CDiskBlockPos struct's ToString (Jon Layton) Pull request description: (Logging) Tree-SHA512: 5c0334fda15b1d668b251107772ae527e6b5f63d10e6c75330107eec0db7195845fdb9e92781591bcad6720bc8ef5af5a77cccf883170c4dfd2090b8c7ce16bd
2 parents e393a18 + 8bd98a3 commit 80127f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct CDiskBlockPos
117117

118118
std::string ToString() const
119119
{
120-
return strprintf("CBlockDiskPos(nFile=%i, nPos=%i)", nFile, nPos);
120+
return strprintf("CDiskBlockPos(nFile=%i, nPos=%i)", nFile, nPos);
121121
}
122122

123123
};

0 commit comments

Comments
 (0)