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

@@ -27,7 +27,7 @@ protected:
void calculateFee();
// Returns the fee, not scaled for load (Should be in fee units. FIXME)
virtual uint64_t calculateBaseFee();
virtual uint64 calculateBaseFee();
virtual TER checkSig();
virtual TER doApply()=0;