u
This commit is contained in:
parent
5eb2b729ed
commit
8f7bca3786
@ -470,8 +470,8 @@ export default {
|
||||
if (Number.isNaN(parseInt(amount))) {
|
||||
return ''
|
||||
}
|
||||
if (coin === wo.envar.KEYNAME && wo.envarRemote?.pexPrecision) {
|
||||
precision = wo.envarRemote?.pexPrecision
|
||||
if (coin === wo.envar.KEYNAME && wo.ss.envarRemote?.pexPrecision) {
|
||||
precision = wo.ss.envarRemote?.pexPrecision
|
||||
}
|
||||
return `${parseInt(Number(amount) * Math.pow(10, precision)) / Math.pow(10, precision)}`
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user