mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +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:
@@ -4,8 +4,9 @@ set -e
|
|||||||
# Expect to be run from test-cli dir.
|
# Expect to be run from test-cli dir.
|
||||||
. scripts/vars.sh
|
. scripts/vars.sh
|
||||||
|
|
||||||
# How long to lock transactions (unrealistically short, for testing)
|
# How long to lock transactions
|
||||||
TEST_LOCKTIME=30
|
# CSV only supports 512-second granularity, so that's the minimum.
|
||||||
|
TEST_LOCKTIME=512
|
||||||
|
|
||||||
getpubkey()
|
getpubkey()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user