Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 26, 2024
1 parent 35aa28a commit f4eae09
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/genesis_chunked.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! `/genesis` endpoint JSON-RPC wrapper
//! `/genesis_chunked` endpoint JSON-RPC wrapper

use alloc::{string::String, vec::Vec};
use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion rpc/src/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub enum Method {
/// Get genesis file
Genesis,

/// Get genesis in multiple chunks file
/// Get genesis file in multiple chunks
GenesisChunked,

/// Get block header
Expand Down

0 comments on commit f4eae09

Please sign in to comment.