Update JSON-RPC documentation (#7915)

* Streamline getBlockCommitment response

* Update json-rpc docs
This commit is contained in:
Tyera Eulberg
2020-01-21 20:17:33 -07:00
committed by GitHub
parent 7e1b380f01
commit 7a132eabb4
3 changed files with 332 additions and 152 deletions

View File

@ -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 {