diff options
author | Dimitris Tsapakidis <dimitris@tsapakidis.com> | 2017-06-20 01:57:31 +0300 |
---|---|---|
committer | Dimitris Tsapakidis <dimitris@tsapakidis.com> | 2017-06-22 19:18:10 +0300 |
commit | 0a5a6b90bc75a8d75fdff71c9b08abe9b0b96b0a (patch) | |
tree | fed3c77d7bdbe735ca127c017e85db94506f3204 /test/functional/smartfees.py | |
parent | c38f540298f0e188df5ed68fd56c623b9ac8331b (diff) |
Fixed multiple typos
A few "a->an" and "an->a".
"Shows, if the supplied default SOCKS5 proxy" -> "Shows if the supplied default SOCKS5 proxy". Change made on 3 occurrences.
"without fully understanding the ramification of a command" -> "without fully understanding the ramifications of a command".
Removed duplicate words such as "the the".
Diffstat (limited to 'test/functional/smartfees.py')
-rwxr-xr-x | test/functional/smartfees.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/smartfees.py b/test/functional/smartfees.py index 482c77863f..bc42a319df 100755 --- a/test/functional/smartfees.py +++ b/test/functional/smartfees.py @@ -10,7 +10,7 @@ from test_framework.script import CScript, OP_1, OP_DROP, OP_2, OP_HASH160, OP_E from test_framework.mininode import CTransaction, CTxIn, CTxOut, COutPoint, ToHex, COIN # Construct 2 trivial P2SH's and the ScriptSigs that spend them -# So we can create many many transactions without needing to spend +# So we can create many transactions without needing to spend # time signing. redeem_script_1 = CScript([OP_1, OP_DROP]) redeem_script_2 = CScript([OP_2, OP_DROP]) |