This commit is contained in:
Aevann1 2021-11-09 19:37:51 +02:00
parent b1f852367e
commit 007cde9ba5
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ function post_toast_callback(url, data, callback) {
}
const TRANSFER_TAX = 0.01;
const TRANSFER_TAX = 0.015;
function updateTax(mobile=false) {
let suf = mobile ? "-mobile" : "";