From c75c351419dac3dfe9578604ea5b2f7599452b4a Mon Sep 17 00:00:00 2001 From: John Newbery Date: Wed, 4 Apr 2018 12:47:55 -0400 Subject: [refactor] manually change remaining instances of master key to seed. --- test/functional/wallet_dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/wallet_dump.py b/test/functional/wallet_dump.py index 6c2590812b..ba420ab2a6 100755 --- a/test/functional/wallet_dump.py +++ b/test/functional/wallet_dump.py @@ -36,7 +36,7 @@ def read_dump(file_name, addrs, script_addrs, hd_master_addr_old): addr_keypath = comment.split(" addr=")[1] addr = addr_keypath.split(" ")[0] keypath = None - if keytype == "inactivehdmaster=1": + if keytype == "inactivehdseed=1": # ensure the old master is still available assert(hd_master_addr_old == addr) elif keytype == "hdseed=1": -- cgit v1.2.3