Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Jul 11, 2023
1 parent 4481fa7 commit 4b51d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ pub enum ApplicationError {
SigningSessionNotFoundForXPubId(crate::primitives::XPubId),
#[error("Could not parse incoming psbt: {0}")]
CouldNotParseIncomingPsbt(bitcoin::psbt::PsbtParseError),
#[error("Payout already commited to a batch")]
#[error("Payout already committed to a batch")]
PayoutAlreadyCommitted,
}

0 comments on commit 4b51d07

Please sign in to comment.