mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue