return-statement with no value, in function returning ‘long long unsigned int’
This commit is contained in:
@@ -286,6 +286,7 @@ unsigned long long WalletView::updateWeight()
|
||||
{
|
||||
if(walletModel)
|
||||
return walletModel->updateWeight();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void WalletView::usedSendingAddresses()
|
||||
|
||||
Reference in New Issue
Block a user