Skip to content

Commit

Permalink
Merge pull request #306 from rishkwal/rk/taker-message-typo-fix
Browse files Browse the repository at this point in the history
docs: fix typo "Request" to "Respond"
  • Loading branch information
Shourya742 authored Nov 20, 2024
2 parents 2c641d7 + 47e1b44 commit 06a8b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pub enum TakerToMakerMessage {
ReqContractSigsForSender(ReqContractSigsForSender),
/// Respond with the [ProofOfFunding] message. This is sent when the funding transaction gets confirmed.
RespProofOfFunding(ProofOfFunding),
/// Request Contract Sigs **for** the Receiver and Sender side of the Hop.
/// Respond with Contract Sigs **for** the Receiver and Sender side of the Hop.
RespContractSigsForRecvrAndSender(ContractSigsForRecvrAndSender),
/// Request Contract Sigs **for** the Receiver side of the hop. The Maker receiving this message is the Sender of the hop.
ReqContractSigsForRecvr(ReqContractSigsForRecvr),
Expand Down

0 comments on commit 06a8b8e

Please sign in to comment.