mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Non-void function should always return something.
This commit is contained in:
parent
6df70d30b1
commit
371a16a924
@ -1675,6 +1675,8 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun, bool ready)
|
||||
if(!ready) return true;
|
||||
|
||||
if(sessionDenom == 0) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user