mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
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>
This commit is contained in:
parent
4e23f9916d
commit
f710ba7c37
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue