diff --git a/src/recorder.js b/src/recorder.js index 8ab91062ba..21da6a1967 100644 --- a/src/recorder.js +++ b/src/recorder.js @@ -113,9 +113,6 @@ class Recorder { var records = [].concat(self.data.journal) return { accounts: self.data._usedAccounts, - options: { - useAccountList: true - }, transactions: records.sort((A, B) => { var stampA = A.timestamp var stampB = B.timestamp