Skip to content

Commit

Permalink
fix docstring of miniscript script type selection menu
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Dec 19, 2024
1 parent db8981c commit 62c44c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krux/pages/wallet_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _script_type(self):
return script_type

def _miniscript_type(self):
"""Script type selection menu for Taproot"""
"""Script type selection menu for miniscript policy type"""
submenu = Menu(
self.ctx,
[
Expand Down

0 comments on commit 62c44c8

Please sign in to comment.