Stuck in the grind
This commit is contained in:
@@ -304,7 +304,7 @@ double benchmark_create_sapling_output()
|
||||
auto sk = libzcash::SaplingSpendingKey::random();
|
||||
auto address = sk.default_address();
|
||||
|
||||
std::array<unsigned char, ZC_MEMO_SIZE> memo;
|
||||
std::array<unsigned char, HUSH_MEMO_SIZE> memo;
|
||||
SaplingNote note(address, GetRand(MAX_MONEY));
|
||||
|
||||
libzcash::SaplingNotePlaintext notePlaintext(note, memo);
|
||||
|
||||
Reference in New Issue
Block a user