From f120ef21ee188f2fbcb397ef7095bfdbe859efba Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 27 Nov 2018 17:07:04 -0800 Subject: [PATCH] fix: adapt to SolKeyedAccount name change --- web3.js/examples/bpf-c-noop/src/noop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;