Skip to content

Commit e2bde7a

Browse files
committed
Modify comment
1 parent 4e26163 commit e2bde7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spacemesh/v2alpha1/activation.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ service ActivationStreamService {
6262
}
6363

6464
message ActivationRequest {
65-
uint32 start_epoch = 1; // Apply EpochFilter together with CoinbaseFilter for better performance.
65+
uint32 start_epoch = 1; // Apply `start_epoch/end_epoch` filters together with `coinbase` filter for better performance.
6666
uint32 end_epoch = 2;
6767
bytes id = 3;
6868
bytes node_id = 4;
69-
string coinbase = 5; // CoinbaseFilter is not supported by database index and will result in sequential scan.
69+
string coinbase = 5; // `coinbase` filter is not supported by database index and will result in sequential scan.
7070
uint64 offset = 6;
7171
uint64 limit = 7;
7272
}

0 commit comments

Comments
 (0)