aboutsummaryrefslogtreecommitdiff
path: root/src/pubkey.h
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-10-31 02:39:15 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-09 12:39:01 +0100
commit037c9ee79bae772ba951cdee6cb678a3264abe8b (patch)
tree044fb3a54c73c82a2e06dc37e0833d3c3119556e /src/pubkey.h
parent94db963de501e4aba6e5d8150a01ceb85753dee1 (diff)
downloadbitcoin-037c9ee79bae772ba951cdee6cb678a3264abe8b.tar.xz
fix `XOnlyPubKey::IsFullyValid` comment reference
The method name `CreatePayToContract` doesn't exist, very likely it was a (local) working title that was renamed to `CreateTapTweak` later. Also mention `CheckTapTweak`.
Diffstat (limited to 'src/pubkey.h')
-rw-r--r--src/pubkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pubkey.h b/src/pubkey.h
index 861a2cf500..f174ad8d85 100644
--- a/src/pubkey.h
+++ b/src/pubkey.h
@@ -230,8 +230,8 @@ public:
XOnlyPubKey& operator=(const XOnlyPubKey&) = default;
/** Determine if this pubkey is fully valid. This is true for approximately 50% of all
- * possible 32-byte arrays. If false, VerifySchnorr and CreatePayToContract will always
- * fail. */
+ * possible 32-byte arrays. If false, VerifySchnorr, CheckTapTweak and CreateTapTweak
+ * will always fail. */
bool IsFullyValid() const;
/** Test whether this is the 0 key (the result of default construction). This implies