diff --git a/core/src/main/java/org/bitcoinj/script/Script.java b/core/src/main/java/org/bitcoinj/script/Script.java index d5c396f3..a5b5f8c9 100644 --- a/core/src/main/java/org/bitcoinj/script/Script.java +++ b/core/src/main/java/org/bitcoinj/script/Script.java @@ -252,15 +252,15 @@ public class Script { } /** - * If a program matches the standard template DUP HASH160 EQUALVERIFY CHECKSIG + *

If a program matches the standard template DUP HASH160 <pubkey hash> EQUALVERIFY CHECKSIG * then this function retrieves the third element. - * In this case, this is useful for fetching the destination address of a transaction. + * In this case, this is useful for fetching the destination address of a transaction.

* - * If a program matches the standard template HASH160