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:
Rusty Russell
2015-10-02 10:40:07 +09:30
parent f36ba8f8e1
commit 0b50a7c9eb
2 changed files with 7 additions and 7 deletions

View File

@@ -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)