diff options
author | crazeteam <lilujing@outlook.com> | 2024-03-25 19:22:12 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-26 16:51:46 +0000 |
commit | 52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65 (patch) | |
tree | 6416a9541fce86ce1a0fc92418cea28d14414a2f /src/script/miniscript.h | |
parent | b5ed13a2408a141d737341137b26b2f0249c8167 (diff) |
doc: fix some typos
Signed-off-by: crazeteam <lilujing@outlook.com>
Diffstat (limited to 'src/script/miniscript.h')
-rw-r--r-- | src/script/miniscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/miniscript.h b/src/script/miniscript.h index 76b952350b..f635fa7340 100644 --- a/src/script/miniscript.h +++ b/src/script/miniscript.h @@ -1617,7 +1617,7 @@ public: //! Produce a witness for this script, if possible and given the information available in the context. //! The non-malleable satisfaction is guaranteed to be valid if it exists, and ValidSatisfaction() //! is true. If IsSane() holds, this satisfaction is guaranteed to succeed in case the node's - //! conditions are satisfied (private keys and hash preimages available, locktimes satsified). + //! conditions are satisfied (private keys and hash preimages available, locktimes satisfied). template<typename Ctx> Availability Satisfy(const Ctx& ctx, std::vector<std::vector<unsigned char>>& stack, bool nonmalleable = true) const { auto ret = ProduceInput(ctx); |