From 2e57f98a8b6963478e7cc25b02e36d4d1399609d Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 18 Oct 2021 14:57:05 +1100 Subject: [PATCH] Fix typo --- daemon/src/setup_contract.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/src/setup_contract.rs b/daemon/src/setup_contract.rs index 505d870..c2042e9 100644 --- a/daemon/src/setup_contract.rs +++ b/daemon/src/setup_contract.rs @@ -457,13 +457,13 @@ pub async fn roll_over( revocation_sk: dlc.revocation, })) .await - .context("Failed to send Msg1")?; + .context("Failed to send Msg2")?; let msg2 = stream .select_next_some() .await .try_into_msg2() - .context("Failed to read Msg1")?; + .context("Failed to read Msg2")?; let revocation_sk_theirs = msg2.revocation_sk; {