mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
finished unit tests for tokenStats
This commit is contained in:
@@ -1624,6 +1624,7 @@ class Slp {
|
||||
const transactions = await _this.slpdb.getHistoricalSlpTransactions([
|
||||
address
|
||||
])
|
||||
// console.log(`transactions: ${JSON.stringify(transactions, null, 2)}`)
|
||||
|
||||
res.status(200)
|
||||
return res.json(transactions)
|
||||
|
||||
Reference in New Issue
Block a user