Skip to content

Commit 40c16c7

Browse files
stegaBOBfebo
andauthored
Update sdk/pinocchio/src/sysvars/instructions.rs
Co-authored-by: Fernando Otero <[email protected]>
1 parent 7e58131 commit 40c16c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/sysvars/instructions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const IS_SIGNER: u8 = 0b00000001;
213213
const IS_WRITABLE: u8 = 0b00000010;
214214

215215
#[repr(C)]
216-
#[derive(Clone, PartialEq, Eq, Debug, Copy)]
216+
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
217217
pub struct IntrospectedAccountMeta {
218218
/// Account flags:
219219
/// * bit `0`: signer

0 commit comments

Comments
 (0)