mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanups. uint64_t -> uint64
This commit is contained in:
@@ -45,7 +45,7 @@ void Transactor::calculateFee()
|
||||
mFeeDue = STAmount(mEngine->getLedger()->scaleFeeLoad(calculateBaseFee()));
|
||||
}
|
||||
|
||||
uint64_t Transactor::calculateBaseFee()
|
||||
uint64 Transactor::calculateBaseFee()
|
||||
{
|
||||
return theConfig.FEE_DEFAULT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user