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

@ -1,7 +1,7 @@
const _ = require('lodash/fp')
const BN = require('./bn')
const CashInTx = require('./cash-in-tx')
const CashOutTx = require('./cash-out-tx')
const CashInTx = require('./cash-in/cash-in-tx')
const CashOutTx = require('./cash-out/cash-out-tx')
function process (tx, pi) {
const mtx = massage(tx)