mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
Merge pull request #6135
f13dac9Comment edits and cleanup (BitcoinPRReadingGroup)ff734e9Alphabetic order in makefile (Jorge Timón)5207f33fix header include groups (Philip Kaufmann)59b149fremove unneeded incude of wallet/db.h from rpcmining.cpp (Philip Kaufmann)3703385remove unused classes from db.h (Philip Kaufmann)0a7bcb7fix IDE/compiler warning "extra ';'" in validationinterface.h (Philip Kaufmann)3b00e7c[Trivial] Update COPYING (sandakersmann)dd9e688Trivial: Corrected owner of DNS seeder (ayeowch)a60bfd8[init] better message when no wallet support is compiled in (Philip Kaufmann)78f44b6Capitalized P2P (sandakersmann)8e9248d[Trivial] Cryptocurrency is one word (sandakersmann)803f51eTypo in GetRawMemPool RPC method help: "]" --> "}" (Chris Arnesen)605a735addrman: update comments (Pavel Vasin)
This commit is contained in:
@@ -1335,7 +1335,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true));
|
||||
} // (!fDisableWallet)
|
||||
#else // ENABLE_WALLET
|
||||
LogPrintf("No wallet compiled in!\n");
|
||||
LogPrintf("No wallet support compiled in!\n");
|
||||
#endif // !ENABLE_WALLET
|
||||
// ********************************************************* Step 9: import blocks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user