Merge pull request #3883 from dgenr8/first_double_spend

Relay and alert user to double spends
This commit is contained in:
Gavin Andresen
2014-06-30 08:35:12 -04:00
21 changed files with 296 additions and 38 deletions

View File

@@ -108,6 +108,9 @@ struct CNodeStateStats;
struct CBlockTemplate;
/** Set up internal signal handlers **/
void RegisterInternalSignals();
/** Register a wallet to receive updates from core */
void RegisterWallet(CWalletInterface* pwalletIn);
/** Unregister a wallet from core */