Fix lnd wallet create issue due to py3 instance

This commit is contained in:
Taylor Helsper 2020-07-26 21:05:58 -05:00
parent cdff19c69a
commit 04f313dbbd

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/local/bin/python3
from lnd_grpc import lnd_grpc
def format_seed_numbered(seed):