Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d...
[novacoin.git] / src / walletdb.cpp
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.