diff --git a/web3.js/examples/bpf-c-noop/src/noop.c b/web3.js/examples/bpf-c-noop/src/noop.c index 3ea4a20e3a..6d7e40d082 100644 --- a/web3.js/examples/bpf-c-noop/src/noop.c +++ b/web3.js/examples/bpf-c-noop/src/noop.c @@ -6,7 +6,7 @@ #include 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;