SN-10081 附来源、原文与上下文。
我修复了遇到的一些不可移植的内容:
QueryPerformanceCounter
printf 格式字符串中的 %I64d
Sleep
CheckDiskSpace
I fixed some non-portable stuff I came across:
QueryPerformanceCounter
%I64d in printf format strings
Sleep
CheckDiskSpace
如果你知道还有其他应该由我修复的不可移植内容,请告诉我。
If there's any other unportable stuff you know of I should fix, let me know.
我想把 debug.log 和 db.log 移到数据文件所在的目录(%appdata%\Bitcoin),而不再放到碰巧作为当前目录的位置。
I think I'll move debug.log and db.log into the same directory as the data files (%appdata%\Bitcoin), rather than whatever the current directory happens to be.