Skip to content

Commit

Permalink
indirect field default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Dec 9, 2024
1 parent feabc19 commit fd1be38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abi/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub struct Configurable {
pub name: String,
pub concrete_type_id: ConcreteTypeId,
pub offset: u64,
#[serde(default)]
pub indirect: bool,
}

Expand Down

0 comments on commit fd1be38

Please sign in to comment.