From ad11f453ffbfb7f0588bfd96207ac6452fc4c4c8 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:47:04 +0100 Subject: [PATCH] chore: update td revision --- proto/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/build.rs b/proto/build.rs index b46aafa..b4ea8d5 100644 --- a/proto/build.rs +++ b/proto/build.rs @@ -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