From 767e4f62edbd707693bbc1a118491c35e0b5f8ce Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Thu, 17 Aug 2023 16:46:30 +0200 Subject: [PATCH] Fix typo in plan docs --- src/plan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plan.rs b/src/plan.rs index 4b484784f..55afb8fb3 100644 --- a/src/plan.rs +++ b/src/plan.rs @@ -10,7 +10,7 @@ //! doing coin selection. Furthermore it provides which subset of those keys and hash pre-images you //! will actually need as well as what locktime or sequence number you need to set. //! -//! Once you've obstained signatures, hash pre-images etc required by the plan, it can create a +//! Once you've obtained signatures, hash pre-images etc required by the plan, it can create a //! witness/script_sig for the input. use core::cmp::Ordering;