Optimize BPF logs (#6186)

This commit is contained in:
Jack May
2019-09-30 14:21:29 -07:00
committed by GitHub
parent 97752b4937
commit 520f7c3e18
15 changed files with 46 additions and 48 deletions

View File

@@ -178,7 +178,8 @@ fn metas_for_authorized_signer(
// append signer at the end
if !is_own_signer {
account_metas.push(AccountMeta::new_credit_only(*authorized_signer, true)) // signer
account_metas.push(AccountMeta::new_credit_only(*authorized_signer, true))
// signer
}
account_metas
@@ -641,5 +642,4 @@ mod tests {
pretty_err::<StakeError>(StakeError::NoCreditsToRedeem.into())
)
}
}