mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Shorten variable names and switch to tx/s
This commit is contained in:
@@ -31,9 +31,9 @@ struct CCheckpointData {
|
||||
};
|
||||
|
||||
struct ChainTxData {
|
||||
int64_t nTimeLastCheckpoint;
|
||||
int64_t nTransactionsLastCheckpoint;
|
||||
double fTransactionsPerDay;
|
||||
int64_t nTime;
|
||||
int64_t nTxCount;
|
||||
double dTxRate;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user