(cherry picked from commit 067b390194
)
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
@@ -1631,6 +1631,7 @@ pub struct CliUpgradeableBuffer {
|
||||
pub authority: String,
|
||||
pub data_len: usize,
|
||||
pub lamports: u64,
|
||||
#[serde(skip_serializing)]
|
||||
pub use_lamports_unit: bool,
|
||||
}
|
||||
impl QuietDisplay for CliUpgradeableBuffer {}
|
||||
@@ -1659,6 +1660,7 @@ impl fmt::Display for CliUpgradeableBuffer {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct CliUpgradeableBuffers {
|
||||
pub buffers: Vec<CliUpgradeableBuffer>,
|
||||
#[serde(skip_serializing)]
|
||||
pub use_lamports_unit: bool,
|
||||
}
|
||||
impl QuietDisplay for CliUpgradeableBuffers {}
|
||||
|
Reference in New Issue
Block a user