Skip to content

Commit 9c2502d

Browse files
authored
Merge pull request #1 from arkprotocol/audit_revision
audit revision
2 parents 58ac2ad + dadc84e commit 9c2502d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/cw-ics721-incoming-proxy-base/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn instantiate(
3434
Ok(Response::default()
3535
.add_attribute("method", "instantiate")
3636
.add_attribute(
37-
"orgin",
37+
"origin",
3838
msg.origin.map_or("empty".to_string(), |o| o.to_string()),
3939
)
4040
.add_attribute(

0 commit comments

Comments
 (0)