We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ac2ad + dadc84e commit 9c2502dCopy full SHA for 9c2502d
contracts/cw-ics721-incoming-proxy-base/src/contract.rs
@@ -34,7 +34,7 @@ pub fn instantiate(
34
Ok(Response::default()
35
.add_attribute("method", "instantiate")
36
.add_attribute(
37
- "orgin",
+ "origin",
38
msg.origin.map_or("empty".to_string(), |o| o.to_string()),
39
)
40
0 commit comments