Assets support WIP

refs #37
This commit is contained in:
softsimon
2020-05-02 12:36:35 +07:00
parent b2d2fd225c
commit 11b1d9bbd3
12 changed files with 110 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ export class ScriptpubkeyTypePipe implements PipeTransform {
return 'Transaction fee';
case 'op_return':
default:
return 'Script';
return 'OP_RETURN';
}
}