Browse Source

scripts/test.sh: boost CSV time to 512 seconds.

As per BIP68, that's the minimum.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
f710ba7c37
  1. 5
      test-cli/scripts/test.sh

5
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()
{

Loading…
Cancel
Save