openoms / joininbox

A terminal based graphical menu for JoinMarket
MIT License
153 stars 20 forks source link

Add address labeling function to wallet menu #87

Closed Reckless-Satoshi closed 2 years ago

Reckless-Satoshi commented 2 years ago

Labeling addresses comes very handy from time to time. It is not so handy if one needs to re-dicover the CLI command everytime :D

Add a new option to Wallet menu: OPTIONS+=( ... LABEL "Edit address label" ... ). Just a simple shortcut to python wallet-tools.py <wallet_path> setlabel <address> <label> (must prompt the user for an address and a label)

More context in https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1015