Skip to content

Commit

Permalink
feat: add expire at param
Browse files Browse the repository at this point in the history
  • Loading branch information
raindust committed Apr 22, 2024
1 parent 13eeb2d commit 278427e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-actors/src/tappstore/txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ pub enum TappstoreTxn {
version: String,
pcrs: Vec<(PcrType, String)>,
auth_b64: String,
expire_at: Option<TimestampShort>,
},
RemoveVersionPcrs {
version: String,
Expand Down

0 comments on commit 278427e

Please sign in to comment.