1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

add coin to VerifyMessage

This commit is contained in:
Pavol Rusnak 2016-05-17 18:06:00 +02:00
parent 85e1c80cfc
commit 36a574056d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -401,6 +401,7 @@ message VerifyMessage {
optional string address = 1; // address to verify
optional bytes signature = 2; // signature to verify
optional bytes message = 3; // message to verify
optional string coin_name = 4 [default='Bitcoin']; // coin to use for verifying
}
/**