diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2011-12-23 10:14:57 -0500 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-01-27 08:41:55 +0100 |
commit | 2bc4fd609ca00d5a5cb0b6b3eba5f35cb334b967 (patch) | |
tree | 79eb64f0322a6b6fadaa72cbce3b3fc369a2a007 /src/main.h | |
parent | 70f55355e29c8e45b607e782c5d76609d23cc858 (diff) |
Bitcoin-Qt signmessage GUI (pull request #582)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 124b228ec9..825c81e485 100644 --- a/src/main.h +++ b/src/main.h @@ -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; |