Skip to content

Commit

Permalink
[FIX-14] Typographical mistake in attribute naming
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Sep 20, 2023
1 parent 5d1bcbb commit 75709d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/transmuter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ impl Transmuter<'_> {

Ok(Response::new()
.add_attribute("method", "transfer_admin")
.add_attribute("andidate", candidate))
.add_attribute("candidate", candidate))
}

#[msg(exec)]
Expand Down

0 comments on commit 75709d2

Please sign in to comment.