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

@@ -589,8 +589,6 @@ Value sendtoaddress(const Array& params, bool fHelp)
return wtx.GetHash().GetHex();
}
static const string strMessageMagic = "Bitcoin Signed Message:\n";
Value signmessage(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 2)