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"
|