From ab0b6d75faf21941830e31d7368b47302936568c Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 9 Dec 2014 14:23:23 +0100 Subject: [PATCH] Script: fix javadoc --- core/src/main/java/org/bitcoinj/script/Script.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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