Cleanups. uint64_t -> uint64

This commit is contained in:
JoelKatz
2013-01-16 00:38:20 -08:00
parent 271bf901ec
commit 8136f98729
5 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ void Transactor::calculateFee()
mFeeDue = STAmount(mEngine->getLedger()->scaleFeeLoad(calculateBaseFee()));
}
uint64_t Transactor::calculateBaseFee()
uint64 Transactor::calculateBaseFee()
{
return theConfig.FEE_DEFAULT;
}