This commit is contained in:
sairaj mote 2023-10-14 21:28:30 +05:30
parent fc8f42bd26
commit 8abb304d2e

View File

@ -54,7 +54,7 @@
<path d="M0 0h24v24H0V0z" fill="none" />
<path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z" />
</svg>
Convert to Taproot
Retrieve Taproot address
</button>
</li>
</menu>
@ -308,10 +308,10 @@
options.pinned = true
break;
}
getRef("notification_drawer").push(message, { icon, ...options });
if (mode === 'error') {
console.error(message)
}
return getRef("notification_drawer").push(message, { icon, ...options });
}
function getFormattedTime(timestamp, format) {