-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from rustyrussell/macros/bug-fixing
fix: this is fixing the error caused by the private gossip update
- Loading branch information
Showing
5 changed files
with
407 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,8 +59,7 @@ RUN git config --global user.name "John Doe" && \ | |
git config --global user.email [email protected] && \ | ||
git clone https://github.com/ElementsProject/lightning.git && \ | ||
cd lightning && \ | ||
poetry config virtualenvs.create false && \ | ||
poetry install && \ | ||
pip3 install mako && \ | ||
./configure && \ | ||
make -j$(nproc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.