mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
fix(slp): Fixed SLP unit tests
This commit is contained in:
@@ -369,7 +369,9 @@ async function lookupToken(tokenId) {
|
||||
|
||||
const tokenRes = await axios.get(url)
|
||||
//console.log(`tokenRes.data: ${util.inspect(tokenRes.data,null,2)}`)
|
||||
//console.log(`tokenRes.data.t[0]: ${util.inspect(tokenRes.data.t[0],null,2)}`)
|
||||
//console.log(
|
||||
// `tokenRes.data.t[0]: ${util.inspect(tokenRes.data.t[0], null, 2)}`
|
||||
//)
|
||||
|
||||
const formattedTokens = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user