mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Remove bignumberjs mod to 8 decimal places
This commit is contained in:
@@ -1780,8 +1780,6 @@ class Slp {
|
||||
|
||||
// Format the response from SLPDB into an object.
|
||||
async formatToRestObject (slpDBFormat) {
|
||||
_this.BigNumber.set({ DECIMAL_PLACES: 8 })
|
||||
|
||||
// console.log(`slpDBFormat.data: ${JSON.stringify(slpDBFormat.data, null, 2)}`)
|
||||
|
||||
const transaction = slpDBFormat.data.u.length
|
||||
|
||||
Reference in New Issue
Block a user