ensuire amount value is int

master
nannal 3 years ago
parent 06339ca86c
commit 6d339ae959

@ -36,7 +36,7 @@ function checkPayment(){
tx2 = {
type: 3,
data: {
amount: Math.floor(config.fee)/2,
amount: (Math.floor(parseInt(config.fee))/2),
name: userArr[0].username
}
}

Loading…
Cancel
Save