Nit: Align Rust and C names (#8918)

This commit is contained in:
Jack May
2020-03-17 19:37:16 -07:00
committed by GitHub
parent f020370ae7
commit f192e4f08f
7 changed files with 53 additions and 53 deletions

View File

@@ -9,7 +9,7 @@
*/
extern uint64_t entrypoint(const uint8_t *input) {
SolKeyedAccount ka[1];
SolAccountInfo ka[1];
SolParameters params = (SolParameters) { .ka = ka };
if (!sol_deserialize(input, &params, SOL_ARRAY_SIZE(ka))) {