Fix Rpc inconsistencies (#7826)
* Update rpc account format: remove byte arrays
* Base58-encode pubkeys in getStoragePubkeysForSlot
* Update docs
(cherry picked from commit da165d6943
)
This commit is contained in:
committed by
Michael Vines
parent
f90bc20a8b
commit
6f098e0145
@@ -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