Skip to content
Snippets Groups Projects
Commit 8920b1c5 authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Clarify the "direction" field of block requests (#12438)

parent 453b9ef2
No related merge requests found
...@@ -24,6 +24,7 @@ message BlockRequest { ...@@ -24,6 +24,7 @@ message BlockRequest {
bytes number = 3; bytes number = 3;
} }
// Sequence direction. // Sequence direction.
// If missing, should be interpreted as "Ascending".
Direction direction = 5; Direction direction = 5;
// Maximum number of blocks to return. An implementation defined maximum is used when unspecified. // Maximum number of blocks to return. An implementation defined maximum is used when unspecified.
uint32 max_blocks = 6; // optional uint32 max_blocks = 6; // optional
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment