Skip to content

Commit

Permalink
Add a missing dynamic SetFlag
Browse files Browse the repository at this point in the history
The flag is documented in NFT(8) manual (Table 8, set specifications)
  • Loading branch information
marcinosypka committed Jan 17, 2024
1 parent 45b92e1 commit 1932342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ pub enum SetFlag {
Constant,
Interval,
Timeout,
Dynamic,
}

#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
Expand Down

0 comments on commit 1932342

Please sign in to comment.