MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetInputDarkSendRounds

Method GetInputDarkSendRounds

src/wallet.cpp:1480–1485  ·  view source on GitHub ↗

respect current settings

Source from the content-addressed store, hash-verified

1478
1479// respect current settings
1480int CWallet::GetInputDarkSendRounds(CTxIn in) const
1481{
1482 LOCK(cs_wallet);
1483 int realDarkSendRounds = GetRealInputDarkSendRounds(in, 0);
1484 return realDarkSendRounds > nDarksendRounds ? nDarksendRounds : realDarkSendRounds;
1485}
1486
1487bool CWallet::IsDenominated(const CTxIn& txin) const
1488{

Callers 5

GetAnonymizableCreditMethod · 0.80
GetAnonymizedCreditMethod · 0.80
listunspentFunction · 0.80
viewItemChangedMethod · 0.80
updateViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected