You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo install phoenix-cli
.........
.........
Compiling ellipsis-transaction-utils v0.1.1
error[E0609]: no field instruction on type &CompiledInstruction
--> /home/worker/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ellipsis-transaction-utils-0.1.1/src/lib.rs:228:64
|
228 | ...ion(&i.instruction, &keys),
| ^^^^^^^^^^^ unknown field
|
= note: available fields are: program_id_index, accounts, data
cargo 1.77.0
The text was updated successfully, but these errors were encountered:
cargo install phoenix-cli
.........
.........
Compiling ellipsis-transaction-utils v0.1.1
error[E0609]: no field
instruction
on type&CompiledInstruction
--> /home/worker/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ellipsis-transaction-utils-0.1.1/src/lib.rs:228:64
|
228 | ...ion(&i.instruction, &keys),
| ^^^^^^^^^^^ unknown field
|
= note: available fields are:
program_id_index
,accounts
,data
cargo 1.77.0
The text was updated successfully, but these errors were encountered: