(cherry picked from commit d0118a5c42
)
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
@@ -941,8 +941,8 @@ fn process_show(
|
||||
authority: upgrade_authority_address
|
||||
.map(|pubkey| pubkey.to_string())
|
||||
.unwrap_or_else(|| "none".to_string()),
|
||||
last_upgrade_slot: slot,
|
||||
program_len: programdata_account.data.len()
|
||||
last_deploy_slot: slot,
|
||||
data_len: programdata_account.data.len()
|
||||
- UpgradeableLoaderState::programdata_data_offset()?,
|
||||
}))
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user