mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Bitcoin-Qt signmessage GUI (pull request #582)
This commit is contained in:
parent
70f55355e2
commit
2bc4fd609c
12 changed files with 418 additions and 2 deletions
|
|
@ -53,6 +53,9 @@ map<uint256, CDataStream*> mapOrphanTransactions;
|
|||
multimap<uint256, CDataStream*> mapOrphanTransactionsByPrev;
|
||||
|
||||
|
||||
const string strMessageMagic = "Bitcoin Signed Message:\n";
|
||||
|
||||
|
||||
double dHashesPerSec;
|
||||
int64 nHPSTimerStart;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue