diff --git a/src/net/autoupdate.cpp b/src/net/autoupdate.cpp index 31c0ffc37..8cd17aac0 100644 --- a/src/net/autoupdate.cpp +++ b/src/net/autoupdate.cpp @@ -48,7 +48,7 @@ const QString AutoUpdater::updateServer = "https://212.47.234.181"; unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] = { - 0xd6, 0x32, 0x8a, 0x08, 0xf9, 0xed, 0x14, 0x8a, 0xad, 0x97, 0xa1, 0x33, 0xc5, 0xe2, 0x6c, 0x77 + 0xd6, 0x32, 0x8a, 0x08, 0xf9, 0xed, 0x14, 0x8a, 0xad, 0x97, 0xa1, 0x33, 0xc5, 0xe2, 0x6c, 0x77, 0x3b, 0x51, 0xa2, 0x70, 0xc2, 0xd5, 0xc1, 0x5e, 0x31, 0xda, 0x2a, 0x39, 0x9e, 0xf6, 0x99, 0x7e };