mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-08 08:13:15 +01:00
Merge branch '0.4.x' into 0.5.x
This commit is contained in:
@@ -3022,7 +3022,7 @@ CBlock* CreateNewBlock(CReserveKey& reservekey)
|
||||
dPriority += (double)nValueIn * nConf;
|
||||
|
||||
if (fDebug && GetBoolArg("-printpriority"))
|
||||
printf("priority nValueIn=%-12I64d nConf=%-5d dPriority=%-20.1f\n", nValueIn, nConf, dPriority);
|
||||
printf("priority nValueIn=%-12"PRI64d" nConf=%-5d dPriority=%-20.1f\n", nValueIn, nConf, dPriority);
|
||||
}
|
||||
|
||||
// Priority is sum(valuein * age) / txsize
|
||||
|
||||
Reference in New Issue
Block a user