mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
Fix test scripts for alpha.
Doesn't support getblockheader, also some occasional weirdness with sequence enforcement for mempool? Occasionally I could get my spend tx into the mempool (doesn't happen with bitcoin). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -12,7 +12,7 @@ case $STYLE in
|
||||
$CLI setgenerate true
|
||||
# Avoid median time bug by generating 11 blocks
|
||||
if [ -n "$INIT" ]; then
|
||||
for i in `seq 10`; do $CLI setgenerate true; done
|
||||
for i in `seq 11`; do $CLI setgenerate true; done
|
||||
fi
|
||||
;;
|
||||
bitcoin)
|
||||
|
||||
Reference in New Issue
Block a user