Skip to content

Commit

Permalink
fixup key name mnemonicpassphrase in wallet_listdescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Feb 13, 2025
1 parent 5151d97 commit e2f9de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_listdescriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run_test(self):
'range': [0, 0],
'next': 0,
'mnemonic':'',
'mnemonic_passphrase':''},
'mnemonicpassphrase':''},
],
}
assert_equal(expected_private, wallet.listdescriptors(True))
Expand Down

0 comments on commit e2f9de2

Please sign in to comment.