Blockstream / green_qt

Blockstream Green App
GNU General Public License v3.0
188 stars 31 forks source link

Add support for signing messages #54

Closed lclc closed 4 months ago

lclc commented 3 years ago

Description

I'd like to sign messages.

Version

Latest release

Screenshots

Electrum signing as example:

grafik

Additional info

Signing in Core: https://github.com/bitcoin/bitcoin/blob/master/src/util/message.cpp#L56

Signing in Edge: https://github.com/EdgeApp/edge-currency-bitcoin/blob/49cd76db05256d9ae3cfe0662db708bf43b7a329/src/utils/coinUtils.js#L89-L104

borgbyte commented 4 months ago

@lclc you can sign messages with latest release (just with singlesig)

borgbyte commented 4 months ago

@lclc closing this, please reopen if you find any issue.