From 3bc379ff4517bb18446e8da46e468063d59af35f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 17:51:49 -0500 Subject: [PATCH] Optimize sietch a bit --- src/sietch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sietch.h b/src/sietch.h index d68716bb1..c46f2190c 100644 --- a/src/sietch.h +++ b/src/sietch.h @@ -10,7 +10,7 @@ * or distributed except according to the terms contained in the GPLv3 * * * * Removal or modification of this copyright notice is prohibited. * - * https://myhush.org * + * https://hush.is * * ******************************************************************************/ @@ -40,7 +40,7 @@ SendManyRecipient newSietchRecipient(string zaddr) { string randomSietchZaddr() { auto sk = libzcash::SaplingSpendingKey::random(); - auto expsk = sk.expanded_spending_key(); + //auto expsk = sk.expanded_spending_key(); auto zdust = sk.default_address(); return EncodePaymentAddress(zdust); }