Skip to content

Commit

Permalink
chore: update tenderdash committish
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Feb 6, 2025
1 parent b34e702 commit 387968d
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 = "9d3dae43c3803d5372e2b45a087fd1c0f46192fe";
const DEFAULT_VERSION: &str = "a4de86a0008ad817e087cbea99cafd4b51089cdd";

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

0 comments on commit 387968d

Please sign in to comment.