[trivial] Fix three recently introduced typos
``` $ git blame src/policy/fees.cpp | grep becuase3810e976(2017-03-07 11:33:44 -0500 789) * checks for 2*target becuase we are taking the max over all time $ git blame src/policy/fees.h | grep successfullly2d2e1705(2017-04-12 12:29:03 -0400 54) * representing that a tx was successfullly confirmed in less than or equal to $ git blame src/wallet/feebumper.cpp | grep "hasen't"a3878374(2017-05-11 09:34:39 +0200 258) // make sure the transaction still has no descendants and hasen't been mined in the meantime ```
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class TxConfirmStats;
|
||||
* blocks. This is is tracked in 3 different data sets each up to a maximum
|
||||
* number of periods. Within each data set we have an array of counters in each
|
||||
* feerate bucket and we increment all the counters from Y' up to max periods
|
||||
* representing that a tx was successfullly confirmed in less than or equal to
|
||||
* representing that a tx was successfully confirmed in less than or equal to
|
||||
* that many periods. We want to save a history of this information, so at any
|
||||
* time we have a counter of the total number of transactions that happened in a
|
||||
* given feerate bucket and the total number that were confirmed in each of the
|
||||
|
||||
Reference in New Issue
Block a user