Skip to content

Commit 2d8ba4f

Browse files
committed
remove out-of-date comment on pay-to-witness support
1 parent 78295e9 commit 2d8ba4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/script/standard.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
153153
* multisig scripts, this populates the addressRet vector with the pubkey IDs
154154
* and nRequiredRet with the n required to spend. For other destinations,
155155
* addressRet is populated with a single value and nRequiredRet is set to 1.
156-
* Returns true if successful. Currently does not extract address from
157-
* pay-to-witness scripts.
156+
* Returns true if successful.
158157
*
159158
* Note: this function confuses destinations (a subset of CScripts that are
160159
* encodable as an address) with key identifiers (of keys involved in a

0 commit comments

Comments
 (0)