mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-08 14:50:26 +01:00
8f4426e09b
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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"
|