Browse Source

Order operations in libcore sync

master
meriadec 7 years ago
parent
commit
00feedb294
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/helpers/libcore.js

2
src/helpers/libcore.js

@ -251,6 +251,8 @@ async function buildAccountRaw({
const { str: freshAddress, path: freshAddressPath } = addresses[0]
ops.sort((a, b) => b.getDate() - a.getDate())
const operations = ops.map(op => buildOperationRaw({ core, op, xpub }))
const currency = getCryptoCurrencyById(currencyId)

Loading…
Cancel
Save