Return value from non-void function

This commit is contained in:
chromatic 2021-08-22 12:28:52 -07:00
parent 7a83a2363f
commit aeccc23943

View file

@ -23,6 +23,7 @@ CAmount GetDogecoinWalletFee(size_t nBytes_)
{
//mlumin: super simple fee calc for dogecoin
CAmount nFee=GetDogecoinWalletFeeRate().GetFee(nBytes_);
return nFee;
}
//mlumin 5/2021: Establish a wallet rate of n koinu per kb.