Skip to content

Commit

Permalink
actually fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and Paul committed Jun 26, 2018
1 parent 89d771b commit 635de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
bool HasCollateralInputs(bool fOnlyConfirmed = true) const;
int CountInputsWithAmount(CAmount nInputAmount);

// get the PrivateSend chain depth for a given input
// get the PrivateSend chain depth for a given input
int GetRealOutpointPrivateSendRounds(const COutPoint& outpoint, int nRounds = 0) const;
// respect current settings
int GetCappedOutpointPrivateSendRounds(const COutPoint& outpoint) const;
Expand Down

0 comments on commit 635de9b

Please sign in to comment.