Skip to content

Commit

Permalink
Fix group contract attribute key emits "address"
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Sep 1, 2023
1 parent 25d683f commit de48c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/voting/dao-voting-cw4/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub fn instantiate(

Ok(Response::new()
.add_attribute("action", "instantiate")
.add_attribute("group_contract", "address"))
.add_attribute("group_contract", group_contract.to_string()))
}
}
}
Expand Down

0 comments on commit de48c88

Please sign in to comment.