aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorSarang Noether <32460187+SarangNoether@users.noreply.github.com>2020-08-28 19:38:00 -0400
committerSarang Noether <32460187+SarangNoether@users.noreply.github.com>2020-08-28 19:38:00 -0400
commitfa06c39d9731b90dfd58ecd6cdfd3c936ee139a7 (patch)
treece191c3d6f23869e1250f7d77d0746cfafa645c1 /src/cryptonote_config.h
parentwallet: allow signing a message with spend or view key (diff)
downloadmonero-fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7.tar.xz
Bind signature to full address and signing mode
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 99d998824..f50ab6a40 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -230,7 +230,7 @@ namespace config
const unsigned char HASH_KEY_CLSAG_ROUND[] = "CLSAG_round";
const unsigned char HASH_KEY_CLSAG_AGG_0[] = "CLSAG_agg_0";
const unsigned char HASH_KEY_CLSAG_AGG_1[] = "CLSAG_agg_1";
- const char HASH_KEY_MESSAGE_SIGNING[] = "MessageSignature";
+ const char HASH_KEY_MESSAGE_SIGNING[] = "MoneroMessageSignature";
namespace testnet
{