Skip to content

Commit

Permalink
fixing nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKenison committed Aug 29, 2023
1 parent 0c4091b commit 9f3c56d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn handle(
.add_messages(deposit_message)
.add_event(Event::new("deposited").add_attribute("lp", sender.clone()))
.add_attribute("action", "deposit_commitment")
.add_attribute("lp", sender.clone()))
.add_attribute("lp", sender))
}

// Check if they have a commitment - Shouldn't really matter
Expand Down

0 comments on commit 9f3c56d

Please sign in to comment.