mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
daemon/test: Fix printing when getblock doesn't show tx.
Ran into this when machine was under massive load. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
994addadce
commit
04b4eb2f59
@ -110,7 +110,7 @@ check_tx_spend()
|
||||
:
|
||||
else
|
||||
echo "Block didn't include tx:" >&2
|
||||
$($CLI getblock $($CLI getbestblockhash) ) >&2
|
||||
$CLI getblock $($CLI getbestblockhash) >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user