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