name tapscript by its name + OP_CHECKSIGADD tapscript opcode detection

This commit is contained in:
Antoni Spaanderman
2022-04-04 17:16:34 +02:00
parent 1bea953ed0
commit 86669c2d0d
3 changed files with 25 additions and 15 deletions

View File

@@ -281,6 +281,7 @@ export class AsmStylerPipe implements PipeTransform {
case 'CHECKSIGVERIFY':
case 'CHECKMULTISIG':
case 'CHECKMULTISIGVERIFY':
case 'CHECKSIGADD':
style = 'crypto';
break;