use floor() instead of round() to convert msat to sat in frontend (#2070)

* use floor() instead of round() to convert msat to sat in frontend
This commit is contained in:
Pavol Rusnak
2023-11-06 07:49:47 +01:00
committed by GitHub
parent 3e142fab0f
commit 1ab68e80b3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 67
const CACHE_VERSION = 68
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {