Remove extra indentation
This commit is contained in:
committed by
Simon
parent
8e8279e728
commit
29523dc778
@@ -1472,7 +1472,6 @@ bool CWallet::IsFromMe(const uint256& nullifier) const
|
|||||||
void CWallet::GetSproutNoteWitnesses(std::vector<JSOutPoint> notes,
|
void CWallet::GetSproutNoteWitnesses(std::vector<JSOutPoint> notes,
|
||||||
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,
|
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,
|
||||||
uint256 &final_anchor)
|
uint256 &final_anchor)
|
||||||
{
|
|
||||||
{
|
{
|
||||||
LOCK(cs_wallet);
|
LOCK(cs_wallet);
|
||||||
witnesses.resize(notes.size());
|
witnesses.resize(notes.size());
|
||||||
@@ -1496,7 +1495,6 @@ void CWallet::GetSproutNoteWitnesses(std::vector<JSOutPoint> notes,
|
|||||||
final_anchor = *rt;
|
final_anchor = *rt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
isminetype CWallet::IsMine(const CTxIn &txin) const
|
isminetype CWallet::IsMine(const CTxIn &txin) const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user