From f710ba7c377fa150f79891e065e62d108ff5a405 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Jan 2016 06:38:08 +1030 Subject: [PATCH] scripts/test.sh: boost CSV time to 512 seconds. As per BIP68, that's the minimum. Signed-off-by: Rusty Russell --- test-cli/scripts/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-cli/scripts/test.sh b/test-cli/scripts/test.sh index fd5251f82..4b009cec8 100755 --- a/test-cli/scripts/test.sh +++ b/test-cli/scripts/test.sh @@ -4,8 +4,9 @@ set -e # Expect to be run from test-cli dir. . scripts/vars.sh -# How long to lock transactions (unrealistically short, for testing) -TEST_LOCKTIME=30 +# How long to lock transactions +# CSV only supports 512-second granularity, so that's the minimum. +TEST_LOCKTIME=512 getpubkey() {