Bitcoin-Qt signmessage GUI (pull request #582)

This commit is contained in:
Luke Dashjr
2011-12-23 10:14:57 -05:00
committed by Wladimir J. van der Laan
parent 70f55355e2
commit 2bc4fd609c
12 changed files with 418 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ extern uint64 nPooledTx;
extern unsigned int nTransactionsUpdated;
extern uint64 nLastBlockTx;
extern uint64 nLastBlockSize;
extern const std::string strMessageMagic;
extern double dHashesPerSec;
extern int64 nHPSTimerStart;
extern int64 nTimeBestReceived;