mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
test.sh: restore --steal and --unilateral options
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
62a002c860
commit
9851436d4d
@ -14,13 +14,14 @@ getprivkey()
|
||||
$CLI dumpprivkey $1
|
||||
}
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo Usage: "INPUT1" "INPUT2" >&2
|
||||
if [ $# -lt 2 ]; then
|
||||
echo Usage: "INPUT1" "INPUT2" "[--steal|--unilateral]" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
A_INPUTNUM=$1
|
||||
B_INPUTNUM=$2
|
||||
shift 2
|
||||
#A_INPUTNUM=4
|
||||
#B_INPUTNUM=1
|
||||
A_AMOUNT=100000000
|
||||
|
Loading…
Reference in New Issue
Block a user