We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a19750 commit 8789dc8Copy full SHA for 8789dc8
src/rpc/blockchain.cpp
@@ -429,6 +429,7 @@ static RPCHelpMan getblockfrompeer()
429
"getblockfrompeer",
430
"Attempt to fetch block from a given peer.\n\n"
431
"We must have the header for this block, e.g. using submitheader.\n"
432
+ "The block will not have any undo data which can limit the usage of the block data in a context where the undo data is needed.\n"
433
"Subsequent calls for the same block may cause the response from the previous peer to be ignored.\n"
434
"Peers generally ignore requests for a stale block that they never fully verified, or one that is more than a month old.\n"
435
"When a peer does not respond with a block, we will disconnect.\n"
0 commit comments