From 87323daaac441b31e6e0c2f43c92217a7eb70837 Mon Sep 17 00:00:00 2001 From: hu55a1n1 Date: Wed, 3 Jan 2024 08:40:53 -0800 Subject: [PATCH] Make CwProof key and value public --- utils/cw-proof/src/proof/cw.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/cw-proof/src/proof/cw.rs b/utils/cw-proof/src/proof/cw.rs index 93db3bc..7329ca1 100644 --- a/utils/cw-proof/src/proof/cw.rs +++ b/utils/cw-proof/src/proof/cw.rs @@ -22,8 +22,8 @@ use crate::{ pub struct CwProof, V = Vec> { proof: ProofOps, // TODO(hu55a1n1): replace `K` with `CwAbciKey` - key: PrefixedKey, - value: V, + pub key: PrefixedKey, + pub value: V, } /// ABCI query response doesn't contain proof