From bb4bac178cf5e499b4f65f78ef8af0b4a335ccd8 Mon Sep 17 00:00:00 2001 From: Jakub Bogucki Date: Fri, 4 Feb 2022 12:51:22 +0100 Subject: [PATCH] CW3: Add proposal_id field to VoteInfo structure --- contracts/cw3-fixed-multisig/src/contract.rs | 2 ++ contracts/cw3-flex-multisig/src/contract.rs | 4 ++++ packages/cw3/src/query.rs | 1 + 3 files changed, 7 insertions(+) diff --git a/contracts/cw3-fixed-multisig/src/contract.rs b/contracts/cw3-fixed-multisig/src/contract.rs index 5928bcf82..8c2f530c7 100644 --- a/contracts/cw3-fixed-multisig/src/contract.rs +++ b/contracts/cw3-fixed-multisig/src/contract.rs @@ -337,6 +337,7 @@ fn query_vote(deps: Deps, proposal_id: u64, voter: String) -> StdResult StdResult