Update JSON-RPC documentation (#7915)
* Streamline getBlockCommitment response * Update json-rpc docs
This commit is contained in:
@ -12,7 +12,7 @@ use std::{
|
||||
|
||||
#[derive(Clone, Debug, Default, Eq, PartialEq, Serialize, Deserialize)]
|
||||
pub struct BlockCommitment {
|
||||
commitment: [u64; MAX_LOCKOUT_HISTORY],
|
||||
pub commitment: [u64; MAX_LOCKOUT_HISTORY],
|
||||
}
|
||||
|
||||
impl BlockCommitment {
|
||||
|
Reference in New Issue
Block a user