From: alex Date: Sun, 29 Sep 2013 21:15:58 +0000 (+0400) Subject: Translate X-Git-Tag: v0.4.4.6-nvc~6 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=8ae6f6d01a87363abef74377cfa598a58c9a4d38 Translate --- diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index c3e10e2..f52bc54 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -1215,11 +1215,11 @@ This label turns red, if the priority is smaller than "medium". Whether to show coin control features or not. - + Выключает и включает отображение панели выбора входов. - Display coin &control features (experts only!) + Управление &входами (только для продвинутых пользователей!) diff --git a/src/zerocoin/Zerocoin.h b/src/zerocoin/Zerocoin.h index f40f03d..7672750 100644 --- a/src/zerocoin/Zerocoin.h +++ b/src/zerocoin/Zerocoin.h @@ -31,7 +31,8 @@ #define ZEROCOIN_SERIALNUMBER_PROOF "SERIALNUMBER_PROOF" // Activate multithreaded mode for proof verification -#define ZEROCOIN_THREADING 0 + +//#define ZEROCOIN_THREADING 1 // Uses a fast technique for coin generation. Could be more vulnerable // to timing attacks. Turn off if an attacker can measure coin minting time.