Add buffer authority to upgradeable loader (#14482) (#14485)

(cherry picked from commit 58487c6360)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-01-08 18:54:11 +00:00
committed by GitHub
parent d5ff64b0d7
commit e5175c843d
9 changed files with 2166 additions and 588 deletions

View File

@@ -2665,7 +2665,7 @@ mod tests {
let program_id = json
.as_object()
.unwrap()
.get("programId")
.get("ProgramId")
.unwrap()
.as_str()
.unwrap();