fix: adapt to SolKeyedAccount name change

This commit is contained in:
Michael Vines 2018-11-27 17:07:04 -08:00
parent e4d1497c9d
commit f120ef21ee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <solana_sdk.h>
extern bool entrypoint(const uint8_t *input) {
SolKeyedAccounts ka[1];
SolKeyedAccount ka[1];
uint64_t ka_len;
const uint8_t *data;
uint64_t data_len;