Show last 1000 transactions (#135)

This commit is contained in:
Neal Conner 2018-07-04 04:18:22 -04:00 committed by Josh Harvey
parent 2265885356
commit 464d116073

View file

@ -5,7 +5,7 @@ const machineLoader = require('../machine-loader')
const tx = require('../tx')
const cashInTx = require('../cash-in/cash-in-tx')
const NUM_RESULTS = 20
const NUM_RESULTS = 1000
function addNames (txs) {
return machineLoader.getMachineNames()