Skip to content

Commit 9757b47

Browse files
committed
Expose sendlocktimes
1 parent 0657456 commit 9757b47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

green_cli/common.py

+6
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ def setwatchonly(session, username, password):
239239
"""Set watch-only login details."""
240240
return session.set_watch_only(username, password)
241241

242+
@green.command()
243+
@with_login
244+
def sendlocktimes(session):
245+
"""Send an encrypted nlocktimes zip to the wallet's email address."""
246+
return gdk.send_nlocktimes(session.session_obj)
247+
242248
@green.command()
243249
@click.argument('value', type=int, expose_value=False, callback=details_json)
244250
@with_login

0 commit comments

Comments
 (0)