name tapscript by its name + OP_CHECKSIGADD tapscript opcode detection
This commit is contained in:
@@ -281,6 +281,7 @@ export class AsmStylerPipe implements PipeTransform {
|
||||
case 'CHECKSIGVERIFY':
|
||||
case 'CHECKMULTISIG':
|
||||
case 'CHECKMULTISIGVERIFY':
|
||||
case 'CHECKSIGADD':
|
||||
style = 'crypto';
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user