This actually has pretty decent logging for when nullifiers are added

This commit is contained in:
Duke Leto
2019-12-30 07:14:46 -05:00
parent c7d391176d
commit ace213c54f
3 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
#include <string>
#include "paymentdisclosuredb.h"
#include <boost/optional/optional_io.hpp>
using namespace libzcash;
@@ -504,6 +505,7 @@ bool AsyncRPCOperation_sendmany::main_impl() {
auto addr = DecodePaymentAddress(address);
assert(boost::get<libzcash::SaplingPaymentAddress>(&addr) != nullptr);
auto to = boost::get<libzcash::SaplingPaymentAddress>(addr);
LogPrintf("%s: Adding Sapling output to address %s\n", __FUNCTION__, to.GetHash().ToString().c_str());
auto memo = get_memo_from_hex_string(hexMemo);