mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-24 19:46:12 +00:00
Add another missing comment
This commit is contained in:
parent
8f065533dc
commit
45a5d3eb1d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ use sp_core::sr25519::Public;
|
||||||
use sp_std::vec::Vec;
|
use sp_std::vec::Vec;
|
||||||
|
|
||||||
sp_api::decl_runtime_apis! {
|
sp_api::decl_runtime_apis! {
|
||||||
|
/// TendermintApi trait for runtimes to implement.
|
||||||
pub trait TendermintApi {
|
pub trait TendermintApi {
|
||||||
/// Current session number. A session is NOT a fixed length of blocks, yet rather a continuous
|
/// Current session number. A session is NOT a fixed length of blocks, yet rather a continuous
|
||||||
/// set of validators.
|
/// set of validators.
|
||||||
|
|
Loading…
Reference in a new issue