Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Add checkpoint constructor (#80)
Browse files Browse the repository at this point in the history
* update checkpoint

* make sig public
  • Loading branch information
cryptoAtwill authored Mar 28, 2023
1 parent 16f262e commit 186a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/checkpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy_static! {
pub struct Checkpoint {
pub data: CheckData,
#[serde(with = "serde_bytes")]
sig: Vec<u8>,
pub sig: Vec<u8>,
}

impl Checkpoint {
Expand Down

0 comments on commit 186a7cb

Please sign in to comment.