Fix Rpc inconsistencies (#7826)
* Update rpc account format: remove byte arrays * Base58-encode pubkeys in getStoragePubkeysForSlot * Update docs
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
//! configuration for network inflation
|
||||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Clone, Debug, Copy)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct Inflation {
|
||||
/// Initial inflation percentage, from time=0
|
||||
pub initial: f64,
|
||||
|
Reference in New Issue
Block a user