Add cli deploy tests (#15116)

This commit is contained in:
Jack May
2021-02-05 09:57:44 -08:00
committed by GitHub
parent f85be6259b
commit 210514b136
3 changed files with 328 additions and 5 deletions

View File

@@ -973,7 +973,7 @@ fn process_show(
authority: authority_address
.map(|pubkey| pubkey.to_string())
.unwrap_or_else(|| "none".to_string()),
program_len: account.data.len()
data_len: account.data.len()
- UpgradeableLoaderState::buffer_data_offset()?,
}))
} else {