1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Fix description

Fix https://github.com/romanz/electrs/issues/516
This commit is contained in:
Roman Zeyde 2021-09-30 13:58:49 +03:00
parent 557911e3ba
commit 34a8549d2e

View File

@ -89,7 +89,7 @@ default = "15"
[[param]]
name = "index_batch_size"
type = "usize"
doc = "Number of blocks to get in one JSONRPC request from bitcoind"
doc = "Number of blocks to get in a single p2p protocol request from bitcoind"
default = "10"
[[switch]]