mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Cleanups. uint64_t -> uint64
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
SETUP_LOG();
|
||||
|
||||
uint64_t RegularKeySetTransactor::calculateBaseFee()
|
||||
uint64 RegularKeySetTransactor::calculateBaseFee()
|
||||
{
|
||||
if ( !(mTxnAccount->getFlags() & lsfPasswordSpent)
|
||||
&& (mSigningPubKey.getAccountID() == mTxnAccountID))
|
||||
|
||||
Reference in New Issue
Block a user