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

@@ -3,7 +3,7 @@
SETUP_LOG();
uint64_t RegularKeySetTransactor::calculateBaseFee()
uint64 RegularKeySetTransactor::calculateBaseFee()
{
if ( !(mTxnAccount->getFlags() & lsfPasswordSpent)
&& (mSigningPubKey.getAccountID() == mTxnAccountID))