From edb3889003bee6919d902d1c2eabb47e339a8f07 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 30 Aug 2024 13:26:17 -0500 Subject: [PATCH] Export tendermint_proto::Error (#229) --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 5f2843a5..f1aaa7c1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,7 @@ pub mod google; +pub use tendermint_proto::Error; pub use tendermint_proto::Protobuf; extern crate alloc;