2019-12-26 11:19:09 +01:00
|
|
|
.TH "LIGHTNING-WAITBLOCKHEIGHT" "7" "" "" "lightning-waitblockheight"
|
|
|
|
.SH NAME
|
2020-06-25 07:10:41 +02:00
|
|
|
lightning-waitblockheight - Command for waiting for blocks on the blockchain
|
2019-12-26 11:19:09 +01:00
|
|
|
.SH SYNOPSIS
|
|
|
|
|
|
|
|
\fBwaitblockheight\fR \fIblockheight\fR [\fItimeout\fR]
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
The \fBwaitblockheight\fR RPC command waits until the blockchain
|
2020-06-25 07:10:41 +02:00
|
|
|
has reached the specified \fIblockheight\fR\.
|
|
|
|
It will only wait up to \fItimeout\fR seconds (default 60)\.
|
|
|
|
|
2019-12-26 11:19:09 +01:00
|
|
|
|
|
|
|
If the \fIblockheight\fR is a present or past block height, then this
|
2020-06-25 07:10:41 +02:00
|
|
|
command returns immediately\.
|
2019-12-26 11:19:09 +01:00
|
|
|
|
|
|
|
.SH RETURN VALUE
|
|
|
|
|
|
|
|
Once the specified block height has been achieved by the blockchain,
|
|
|
|
an object with the single field \fIblockheight\fR is returned, which is
|
2020-06-25 07:10:41 +02:00
|
|
|
the block height at the time the command returns\.
|
|
|
|
|
2019-12-26 11:19:09 +01:00
|
|
|
|
|
|
|
If \fItimeout\fR seconds is reached without the specified blockheight
|
2021-01-06 16:22:34 +01:00
|
|
|
being reached, this command will fail with a code of \fB2000\fR\.
|
2019-12-26 11:19:09 +01:00
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
|
2020-06-25 07:10:41 +02:00
|
|
|
ZmnSCPxj \fI<ZmnSCPxj@protonmail.com\fR> is mainly responsible\.
|
2019-12-26 11:19:09 +01:00
|
|
|
|
|
|
|
.SH RESOURCES
|
|
|
|
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
|
2021-01-06 16:22:34 +01:00
|
|
|
\" SHA256STAMP:ac3320b4b9e679d8c407e42c9663540e2fc2aca75143d192f58ce255ca9b3700
|