Fix bug in return value.
This commit is contained in:
parent
b7b088c46b
commit
04ed758e37
|
@ -98,6 +98,8 @@ bool TransactionBuilder::SendChangeTo(CTxDestination& changeAddr)
|
|||
|
||||
tChangeAddr = changeAddr;
|
||||
zChangeAddr = boost::none;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
boost::optional<CTransaction> TransactionBuilder::Build()
|
||||
|
|
Loading…
Reference in New Issue