Show last 1000 transactions (#135)
This commit is contained in:
parent
2265885356
commit
464d116073
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const machineLoader = require('../machine-loader')
|
||||||
const tx = require('../tx')
|
const tx = require('../tx')
|
||||||
const cashInTx = require('../cash-in/cash-in-tx')
|
const cashInTx = require('../cash-in/cash-in-tx')
|
||||||
|
|
||||||
const NUM_RESULTS = 20
|
const NUM_RESULTS = 1000
|
||||||
|
|
||||||
function addNames (txs) {
|
function addNames (txs) {
|
||||||
return machineLoader.getMachineNames()
|
return machineLoader.getMachineNames()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue