mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-08 14:50:26 +01:00
8 lines
153 B
Bash
8 lines
153 B
Bash
|
# Sourced by other scripts
|
||
|
CLI="bitcoin-cli -regtest"
|
||
|
STYLE=bitcoin
|
||
|
#CLI="alpha-cli -regtest -testnet=0"
|
||
|
#STYLE=alpha
|
||
|
|
||
|
#PREFIX="valgrind --vgdb-error=1"
|