Formatting

This commit is contained in:
Jack Grigg
2018-07-27 09:49:43 +02:00
parent e5dc5228ea
commit 25bb05de23
3 changed files with 32 additions and 38 deletions

View File

@@ -15,8 +15,7 @@
#include <boost/optional.hpp>
struct SpendDescriptionInfo
{
struct SpendDescriptionInfo {
libzcash::SaplingExpandedSpendingKey xsk;
libzcash::SaplingNote note;
uint256 alpha;
@@ -30,8 +29,7 @@ struct SpendDescriptionInfo
ZCSaplingIncrementalWitness witness);
};
struct OutputDescriptionInfo
{
struct OutputDescriptionInfo {
uint256 ovk;
libzcash::SaplingNote note;
std::array<unsigned char, ZC_MEMO_SIZE> memo;