Skip to content

Commit 8bd98a3

Browse files
author
Jon Layton
committed
[trivial] Fix typo in CDiskBlockPos struct's ToString
1 parent 63f8b01 commit 8bd98a3

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)