ensuire amount value is int
This commit is contained in:
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…
Reference in New Issue
Block a user