Stuck in the grind
This commit is contained in:
@@ -31,8 +31,8 @@ TEST(noteencryption, NotePlaintext)
|
||||
auto ivk = fvk.in_viewing_key();
|
||||
SaplingPaymentAddress addr = *ivk.address({0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
|
||||
std::array<unsigned char, ZC_MEMO_SIZE> memo;
|
||||
for (size_t i = 0; i < ZC_MEMO_SIZE; i++) {
|
||||
std::array<unsigned char, HUSH_MEMO_SIZE> memo;
|
||||
for (size_t i = 0; i < HUSH_MEMO_SIZE; i++) {
|
||||
// Fill the message with dummy data
|
||||
memo[i] = (unsigned char) i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user