aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_dump.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-02-26 20:19:29 +0100
committerpracticalswift <[email protected]>2018-02-26 20:19:29 +0100
commitd918eb78645900cc79898787c32619f913264d0a (patch)
treee037b422aa1d11708b25069cac40f09992568716 /test/functional/wallet_dump.py
parentMerge #12083: Improve getchaintxstats test coverage (diff)
downloaddiscoin-d918eb78645900cc79898787c32619f913264d0a.tar.xz
discoin-d918eb78645900cc79898787c32619f913264d0a.zip
Fix typos
Diffstat (limited to 'test/functional/wallet_dump.py')
-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 e171a2600..59eae78cb 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(",")