Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Sep 28, 2021
1 parent 8ff7667 commit 2907678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpc/src/endpoint/block_search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub use super::{block, block_results};
use crate::{Method, Order};
use serde::{Deserialize, Serialize};

/// Request for searching for transactions with their results.
/// Request for searching for blocks by their BeginBlock and EndBlock events.
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
pub struct Request {
pub query: String,
Expand Down
2 changes: 1 addition & 1 deletion rpc/src/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub enum Method {
/// Get ABCI results for a particular block
BlockResults,

/// Search for blocks with their results
/// Search for blocks by their BeginBlock and EndBlock events
BlockSearch,

/// Get blockchain info
Expand Down

0 comments on commit 2907678

Please sign in to comment.