@ -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