diff options
author | r8921039 <r8921039@hotmail.com> | 2019-04-15 09:15:25 -0700 |
---|---|---|
committer | r8921039 <r8921039@hotmail.com> | 2019-04-15 09:15:25 -0700 |
commit | 2d8ba4f8678b0248a5c6b2bb7ce66b6f081c6c17 (patch) | |
tree | b2d9f27fb41cbee88aca197fc39b1ae8f0066e50 | |
parent | 78295e97b8d38ecf6628b5d8ce1efd3900a5c345 (diff) |
remove out-of-date comment on pay-to-witness support
-rw-r--r-- | src/script/standard.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/standard.h b/src/script/standard.h index fc20fb6a08..f16068c413 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -153,8 +153,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet) * multisig scripts, this populates the addressRet vector with the pubkey IDs * and nRequiredRet with the n required to spend. For other destinations, * addressRet is populated with a single value and nRequiredRet is set to 1. - * Returns true if successful. Currently does not extract address from - * pay-to-witness scripts. + * Returns true if successful. * * Note: this function confuses destinations (a subset of CScripts that are * encodable as an address) with key identifiers (of keys involved in a |