Remove extra indentation

This commit is contained in:
Eirik Ogilvie-Wigley
2018-07-17 12:07:42 -06:00
committed by Simon
parent 8e8279e728
commit 29523dc778

View File

@@ -1473,7 +1473,6 @@ void CWallet::GetSproutNoteWitnesses(std::vector<JSOutPoint> notes,
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,
uint256 &final_anchor)
{
{
LOCK(cs_wallet);
witnesses.resize(notes.size());
boost::optional<uint256> rt;
@@ -1495,7 +1494,6 @@ void CWallet::GetSproutNoteWitnesses(std::vector<JSOutPoint> notes,
if (rt) {
final_anchor = *rt;
}
}
}
isminetype CWallet::IsMine(const CTxIn &txin) const