migration 18 - fix an oops

feature/default_network_editable
kumavis 7 years ago
parent a9e5564e8d
commit ac2b572c34
  1. 2
      app/scripts/migrations/018.js

@ -7,7 +7,7 @@ This migration updates "transaction state history" to diffs style
*/
const clone = require('clone')
const txStateHistoryHelper = require('../tx-state-history-helper')
const txStateHistoryHelper = require('../lib/tx-state-history-helper')
module.exports = {

Loading…
Cancel
Save