Skip to content

Commit

Permalink
chore: update td revision
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 15, 2025
1 parent efaf059 commit ad11f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tenderdash_proto_compiler::GenerationMode;

fn main() {
// default Tenderdash version to use if TENDERDASH_COMMITISH is not set
const DEFAULT_VERSION: &str = "f89ed874f295784f3c10759d0612b64ab8ae82cb";
const DEFAULT_VERSION: &str = "8f33ac1c773f760a08f14a4dd9986f60449ea916";

// check if TENDERDASH_COMMITISH is already set; if not, set it to the current
// version
Expand Down

0 comments on commit ad11f45

Please sign in to comment.