Add another missing comment

This commit is contained in:
Luke Parker 2022-10-31 23:56:13 -04:00
parent 8f065533dc
commit 45a5d3eb1d
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -4,6 +4,7 @@ use sp_core::sr25519::Public;
use sp_std::vec::Vec;
sp_api::decl_runtime_apis! {
/// TendermintApi trait for runtimes to implement.
pub trait TendermintApi {
/// Current session number. A session is NOT a fixed length of blocks, yet rather a continuous
/// set of validators.