Minor update to address nits in review.

This commit is contained in:
Simon
2018-07-17 14:26:38 -07:00
parent f23e783600
commit 687bd96cbd
2 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ SaplingNotePlaintext::SaplingNotePlaintext(
boost::optional<SaplingNote> SaplingNotePlaintext::note(const SaplingIncomingViewingKey& ivk) const
{
auto addr = ivk.address( d );
auto addr = ivk.address(d);
if (addr) {
return SaplingNote(d, addr.get().pk_d, value_, rcm);
} else {