Fix bug in return value.

This commit is contained in:
Sean Bowe 2018-07-30 22:03:40 -06:00
parent b7b088c46b
commit 04ed758e37
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ bool TransactionBuilder::SendChangeTo(CTxDestination& changeAddr)
tChangeAddr = changeAddr;
zChangeAddr = boost::none;
return true;
}
boost::optional<CTransaction> TransactionBuilder::Build()