aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-03-05 08:41:23 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-03-05 08:41:25 -0500
commit480f42630cbd598c04fa59ee0e406f56904ecffb (patch)
tree6434cbb885093d04963904084d42bd2ed8ac14aa /test
parent6012f1caf744ac9b53383d7d10a8f1b70ca2c0e1 (diff)
parentd918eb78645900cc79898787c32619f913264d0a (diff)
downloadbitcoin-480f42630cbd598c04fa59ee0e406f56904ecffb.tar.xz
Merge #12543: Fix typos
d918eb7864 Fix typos (practicalswift) Pull request description: Fix typos. Tree-SHA512: c790e49be6e01c8d70ebd872ef61cc210c1de15c4a1e5a98280169f32dc8a14cd68f4dd1c23afc76758b28ef355ab12ded2ff7504562dc9b69a11839ad3cd7e3
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/wallet_dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_dump.py b/test/functional/wallet_dump.py
index e171a26002..59eae78cbd 100755
--- a/test/functional/wallet_dump.py
+++ b/test/functional/wallet_dump.py
@@ -49,7 +49,7 @@ def read_dump(file_name, addrs, script_addrs, hd_master_addr_old):
# count key types
for addrObj in addrs:
if addrObj['address'] == addr.split(",")[0] and addrObj['hdkeypath'] == keypath and keytype == "label=":
- # a labled entry in the wallet should contain both a native address
+ # a labeled entry in the wallet should contain both a native address
# and the p2sh-p2wpkh address that was added at wallet setup
if len(addr.split(",")) == 2:
addr_list = addr.split(",")