issues
search
lightninglabs
/
lightning-dev-site
Lightning Network Daemon Developer Site
25
stars
40
forks
source link
Minor corrections to the tutorials
#43
Closed
Rooke
closed
6 years ago
Rooke
commented
6 years ago
A couple of typo corrections
Change the web client tutorial to use the git checkout pattern used in the first tutorial (also for brevity).
python's
open
does not resolve tilde ('~') by default. Call
os.path.expanduser
before using
open
.
PierreRochard
commented
6 years ago
ACK
open
does not resolve tilde ('~') by default. Callos.path.expanduser
before usingopen
.