Change default note contents in Tx builder and cheat message change

This commit is contained in:
miketout
2018-10-13 14:29:17 -07:00
parent 60b798c4b7
commit c8700efe63
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ public:
uint256 ovk,
libzcash::SaplingPaymentAddress to,
CAmount value,
std::array<unsigned char, ZC_MEMO_SIZE> memo = {{0xF6}});
std::array<unsigned char, ZC_MEMO_SIZE> memo = {{0}});
// Assumes that the value correctly corresponds to the provided UTXO.
void AddTransparentInput(COutPoint utxo, CScript scriptPubKey, CAmount value);