mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +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:
|
||||
* {@code [n] [keys...] [m] CHECKMULTISIG}
|
||||
* Returns whether this script matches the format used for m-of-n multisig outputs:
|
||||
* {@code [m] [keys...] [n] CHECKMULTISIG}
|
||||
*/
|
||||
public static boolean isSentToMultisig(Script script) {
|
||||
List<ScriptChunk> chunks = script.chunks;
|
||||
|
Reference in New Issue
Block a user