Add support for anchor output type

This commit is contained in:
Mononaut
2024-08-30 21:39:22 +00:00
parent 3bea10ea35
commit 12285465d9
5 changed files with 17 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
@case ('multisig') {
<span i18n="address.bare-multisig">bare multisig</span>
}
@case ('anchor') {
<span>anchor</span>
}
@case (null) {
<span>unknown</span>
}