Commit a35ead06 authored by yann300's avatar yann300

put link reference first

parent f443c6a8
......@@ -142,12 +142,12 @@ class Recorder {
var records = [].concat(self.data.journal)
return {
accounts: self.data._usedAccounts,
linkReferences: self.data._linkReferences,
transactions: records.sort((A, B) => {
var stampA = A.timestamp
var stampB = B.timestamp
return stampA - stampB
}),
linkReferences: self.data._linkReferences,
abis: self.data._abis
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment