lint: Add missing include guards

This commit is contained in:
Jack Grigg 2021-08-24 16:06:53 +01:00
parent 41efe647de
commit 91bcb3dfa5
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef ZCASH_TEST_DATA_MERKLE_ROOTS_ORCHARD_H
#define ZCASH_TEST_DATA_MERKLE_ROOTS_ORCHARD_H
struct OrchardMerkleTestVec {
std::vector<unsigned char> bundle;
std::vector<std::vector<unsigned char>> commitments;
@ -5589,3 +5592,4 @@ static const std::vector<OrchardMerkleTestVec> merkle_roots_orchard =
}
}};
#endif // ZCASH_TEST_DATA_MERKLE_ROOTS_ORCHARD_H