File tree Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Expand file tree Collapse file tree 10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C
8
8
9
- travis_retry pip install codespell==1.13 .0
9
+ travis_retry pip install codespell==1.15 .0
10
10
travis_retry pip install flake8==3.5.0
11
11
travis_retry pip install vulture==0.29
12
12
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Then do:
144
144
Create and verify timestamps of merge commits
145
145
---------------------------------------------
146
146
To create or verify timestamps on the merge commits, install the OpenTimestamps
147
- client via ` pip3 install opentimestamps-client ` . Then, dowload the gpg wrapper
147
+ client via ` pip3 install opentimestamps-client ` . Then, download the gpg wrapper
148
148
` ots-git-gpg-wrapper.sh ` and set it as git's ` gpg.program ` . See
149
149
[ the ots git integration documentation] ( https://github.com/opentimestamps/opentimestamps-client/blob/master/doc/git-integration.md#usage )
150
150
for further details.
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ thread](https://askubuntu.com/questions/50145/how-to-install-perf-monitoring-too
280
280
for specific instructions.
281
281
282
282
Certain kernel parameters may need to be set for perf to be able to inspect the
283
- running process' stack.
283
+ running process's stack.
284
284
285
285
``` sh
286
286
$ sudo sysctl -w kernel.perf_event_paranoid=-1
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ minimum relay feerate. The initial minimum relay feerate is set to
127
127
Bitcoin Core 0.12 also introduces new default policy limits on the length and
128
128
size of unconfirmed transaction chains that are allowed in the mempool
129
129
(generally limiting the length of unconfirmed chains to 25 transactions, with a
130
- total size of 101 KB). These limits can be overriden using command line
130
+ total size of 101 KB). These limits can be overridden using command line
131
131
arguments; see the extended help (` --help -help-debug ` ) for more information.
132
132
133
133
Opt-in Replace-by-fee transactions
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ bool CNetAddr::IsLocal() const
239
239
* be used to refer to an actual host.
240
240
*
241
241
* @note A valid address may or may not be publicly routable on the global
242
- * internet. As in, the set of valid addreses is a superset of the set of
242
+ * internet. As in, the set of valid addresses is a superset of the set of
243
243
* publicly routable addresses.
244
244
*
245
245
* @see CNetAddr::IsRoutable()
@@ -287,7 +287,7 @@ bool CNetAddr::IsValid() const
287
287
* @returns Whether or not this network address is publicly routable on the
288
288
* global internet.
289
289
*
290
- * @note A routable address is always valid. As in, the set of routable addreses
290
+ * @note A routable address is always valid. As in, the set of routable addresses
291
291
* is a subset of the set of valid addresses.
292
292
*
293
293
* @see CNetAddr::IsValid()
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class TxConfirmStats
47
47
std::vector<double > txCtAvg;
48
48
49
49
// Count the total # of txs confirmed within Y blocks in each bucket
50
- // Track the historical moving average of theses totals over blocks
50
+ // Track the historical moving average of these totals over blocks
51
51
std::vector<std::vector<double >> confAvg; // confAvg[Y][X]
52
52
53
53
// Track moving avg of txs which have been evicted from the mempool
Original file line number Diff line number Diff line change 39
39
40
40
/* * High fee for sendrawtransaction and testmempoolaccept.
41
41
* By default, transaction with a fee higher than this will be rejected by the
42
- * RPCs. This can be overriden with the maxfeerate argument.
42
+ * RPCs. This can be overridden with the maxfeerate argument.
43
43
*/
44
44
constexpr static CAmount DEFAULT_MAX_RAW_TX_FEE{COIN / 10 };
45
45
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ BOOST_AUTO_TEST_CASE(poly1305_testvector)
567
567
568
568
BOOST_AUTO_TEST_CASE (hkdf_hmac_sha256_l32_tests)
569
569
{
570
- // Use rfc5869 test vectors but trucated to 32 bytes (our implementation only support length 32)
570
+ // Use rfc5869 test vectors but truncated to 32 bytes (our implementation only support length 32)
571
571
TestHKDF_SHA256_32 (
572
572
/* IKM */ " 0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b" ,
573
573
/* salt */ " 000102030405060708090a0b0c" ,
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ class TorController
412
412
TorController (struct event_base * base, const std::string& target);
413
413
~TorController ();
414
414
415
- /* * Get name fo file to store private key in */
415
+ /* * Get name of file to store private key in */
416
416
fs::path GetPrivateKeyFile ();
417
417
418
418
/* * Reconnect, after getting disconnected */
Original file line number Diff line number Diff line change 5
5
objext
6
6
unselect
7
7
useable
8
+ wit
9
+ unparseable
10
+ copyable
11
+ cachable
12
+ errorstring
13
+ keyserver
14
+ homogenous
You can’t perform that action at this time.
0 commit comments