mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 12:01:24 +00:00
ScriptPattern: Correct and clarify the JavaDoc on isSentToMultisig()
This commit is contained in:
committed by
Andreas Schildbach
parent
cb6d36f03b
commit
90b4b54b43
@@ -197,8 +197,8 @@ public class ScriptPattern {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether this script matches the format used for multisig outputs:
|
* Returns whether this script matches the format used for m-of-n multisig outputs:
|
||||||
* {@code [n] [keys...] [m] CHECKMULTISIG}
|
* {@code [m] [keys...] [n] CHECKMULTISIG}
|
||||||
*/
|
*/
|
||||||
public static boolean isSentToMultisig(Script script) {
|
public static boolean isSentToMultisig(Script script) {
|
||||||
List<ScriptChunk> chunks = script.chunks;
|
List<ScriptChunk> chunks = script.chunks;
|
||||||
|
Reference in New Issue
Block a user