refactor cash-in and cash-out

This commit is contained in:
Josh Harvey 2018-02-01 01:02:42 +02:00
parent 9f26aef790
commit 118e4ec4be
17 changed files with 791 additions and 750 deletions

View file

@ -3,7 +3,7 @@ const _ = require('lodash/fp')
const db = require('../db')
const machineLoader = require('../machine-loader')
const tx = require('../tx')
const cashInTx = require('../cash-in-tx')
const cashInTx = require('../cash-in/cash-in-tx')
const NUM_RESULTS = 20