FakeWallet own denomination now working

This commit is contained in:
benarc
2022-02-02 17:28:00 +00:00
parent 568a1be91f
commit 75e78d2ab6
4 changed files with 72 additions and 44 deletions
+2
View File
@@ -192,6 +192,8 @@
<script src="/static/js/components.js"></script>
<script type="text/javascript">
const themes = {{ LNBITS_THEME_OPTIONS | tojson }}
const LNBITS_DENOMINATION = {{ LNBITS_DENOMINATION | tojson}}
console.log(LNBITS_DENOMINATION)
if(themes && themes.length) {
window.allowedThemes = themes.map(str => str.trim())
}