Fix/refactor bitcoind recipe, upgrade bitcoind to 0.21 #298

Merged
raucao merged 5 commits from chore/update_bitcoin-core into master 2021-01-28 15:26:32 +00:00
Showing only changes of commit 40fe403879 - Show all commits

View File

@ -24,6 +24,7 @@ end
bash "compile_c-lightning" do
cwd node['c-lightning']['source_dir']
code <<-EOH
systemctl stop lightningd.service
./configure
make
make install