Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 17, 2022
1 parent f716acb commit 5e2424d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checksum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2a55d2ae7f05aa3535c90fa9e8cae289ef23bc7d92163322ab5caf7bb084337 cw_croncat.wasm
b36530635cc8449969b10873825144a3c15fc45aa72f435d1f04f2132948ae55 cw_croncat.wasm
de2d1a0c648e41760020dd261f818da085c358240059acf85128f60eb0e05db2 cw_rules.wasm
2 changes: 1 addition & 1 deletion contracts/cw-croncat/src/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ impl<'a> CwCroncat<'a> {
};

Ok(Response::new()
.set_data(format!("task_hash {}", hash).into_bytes())
.set_data(hash.as_bytes())
.add_attribute("method", "create_task")
.add_attribute("slot_id", next_id.to_string())
.add_attribute("slot_kind", format!("{:?}", slot_kind))
Expand Down

0 comments on commit 5e2424d

Please sign in to comment.