Fix lnd wallet create issue due to py3 instance
This commit is contained in:
parent
cdff19c69a
commit
04f313dbbd
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/local/bin/python3
|
||||||
from lnd_grpc import lnd_grpc
|
from lnd_grpc import lnd_grpc
|
||||||
|
|
||||||
def format_seed_numbered(seed):
|
def format_seed_numbered(seed):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user